Fix forum topic scanner only scanning one page

This commit is contained in:
rubenwardy 2018-07-24 20:11:48 +01:00
parent 28ee65809e
commit 8fe7bcfb71
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 1 additions and 1 deletions

View 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))