Add forum topic validation

This commit is contained in:
rubenwardy
2018-07-07 00:28:27 +01:00
parent 73c65e3561
commit 13837ce88b
3 changed files with 34 additions and 2 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))