Fix indent error in querybl
This commit is contained in:
parent
b2d830e2aa
commit
5608c72e03
1 changed files with 2 additions and 2 deletions
4
fhost.py
4
fhost.py
|
@ -527,8 +527,8 @@ def querybl(nsfw=False, removed=False):
|
|||
if nsfw:
|
||||
res = res.filter(File.nsfw_score > app.config["NSFW_THRESHOLD"])
|
||||
|
||||
for f in res:
|
||||
f.pprint()
|
||||
for f in res:
|
||||
f.pprint()
|
||||
|
||||
if __name__ == "__main__":
|
||||
manager.run()
|
||||
|
|
Loading…
Reference in a new issue