diff options
author | TDavis | 2019-03-30 01:45:33 -0300 |
---|---|---|
committer | TDavis | 2019-03-30 01:45:33 -0300 |
commit | e5e72a395021f2db03dec51994bcb9c6350eea0d (patch) | |
tree | da9edcd937ec3ff5f1cf7edc2a6f5dfec4e03e62 /cgi/manage.py | |
parent | c544af6fb482b703c3fe149bf5f9b3474b3b716a (diff) | |
download | weabot-e5e72a395021f2db03dec51994bcb9c6350eea0d.tar.gz weabot-e5e72a395021f2db03dec51994bcb9c6350eea0d.tar.xz weabot-e5e72a395021f2db03dec51994bcb9c6350eea0d.zip |
Mover hilos fix 4 Test 4
Diffstat (limited to 'cgi/manage.py')
-rw-r--r-- | cgi/manage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/manage.py b/cgi/manage.py index c58fc70..d018143 100644 --- a/cgi/manage.py +++ b/cgi/manage.py @@ -477,7 +477,7 @@ def manage(self, path_split): t = parent_post["timestamp"] else: t = post["timestamp"] - post['timestamp_formatted'] += ' ID:' + iphash(post['ip'], post, t, board["useid"], False, False, False, False, (board["countrycode"] in ['1', '2'])) + post['timestamp_formatted'] += ' ID:' + iphash(post['ip'], post, t, board["useid"], False, '', False, False, (board["countrycode"] in ['1', '2'])) # insert new post and get its new ID new_id = post.insert() |