Remove vestigial touch()
This commit is contained in:
parent
d14713d077
commit
39d24e56c3
1 changed files with 0 additions and 2 deletions
2
fhost.py
2
fhost.py
|
@ -246,8 +246,6 @@ class File(db.Model):
|
|||
if not p.is_file():
|
||||
with open(p, "wb") as of:
|
||||
of.write(data)
|
||||
else:
|
||||
p.touch()
|
||||
|
||||
if not f.nsfw_score and app.config["NSFW_DETECT"]:
|
||||
f.nsfw_score = nsfw.detect(p)
|
||||
|
|
Loading…
Reference in a new issue