From 5608c72e03319d39c25fd3ce6403f52f649d47d4 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Wed, 8 Nov 2017 11:20:46 +0100 Subject: Fix indent error in querybl --- fhost.py | 4 ++-- 1 file 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() -- cgit v1.2.3