summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfhost.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/fhost.py b/fhost.py
index 283c9a2..622298f 100755
--- a/fhost.py
+++ b/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()