Fix accidental regression in phpbbparser

This commit is contained in:
rubenwardy
2018-08-25 21:24:59 +01:00
parent a01fe4043e
commit 5aaee010c1

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