Fix accidental regression in phpbbparser

This commit is contained in:
rubenwardy 2018-08-25 21:24:59 +01:00
parent a01fe4043e
commit 5aaee010c1
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))