]> git.lizzy.rs Git - cheatdb.git/commitdiff
Fix forum topic scanner only scanning one page v1.8.1
authorrubenwardy <rw@rubenwardy.com>
Tue, 24 Jul 2018 19:11:48 +0000 (20:11 +0100)
committerrubenwardy <rw@rubenwardy.com>
Tue, 24 Jul 2018 19:11:48 +0000 (20:11 +0100)
app/tasks/phpbbparser.py

index a945531d2e387ec03c1b99a3cc62582834ed9b34..9984ad054dc71059ee577492663f2e1a9b1ec685 100644 (file)
@@ -133,7 +133,7 @@ def parseForumListPage(id, page, out, extra=None):
 
                out[id] = row
 
-       return False
+       return True
 
 def getTopicsFromForum(id, out={}, extra=None):
        print("Fetching all topics from forum {}".format(id))