Add reloading support to Docker container

This commit is contained in:
rubenwardy
2020-01-18 01:38:00 +00:00
parent 095494f96f
commit 077bdeb01c
6 changed files with 11 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ def parseForumListPage(id, page, out, extra=None):
if id in out:
print(" - got {} again, title: {}".format(id, title))
assert(title == out[id]['title'])
assert title == out[id]['title']
return False
row = {