Add list of relevant forum topics to last page of results

This commit is contained in:
rubenwardy
2018-08-25 18:20:45 +01:00
parent b296b9b299
commit 36000b1592
7 changed files with 83 additions and 25 deletions

View File

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