diff options
author | TDavis | 2019-03-30 02:24:06 -0300 |
---|---|---|
committer | TDavis | 2019-03-30 02:24:06 -0300 |
commit | e516f607f3f44f89eaf71b1072f55001cec92321 (patch) | |
tree | b088becaa9b40fb81da536a7f6e87003577d0022 | |
parent | 9d70c2f51714c8b5c8d99ff224f8d46eee7ae202 (diff) | |
download | weabot-e516f607f3f44f89eaf71b1072f55001cec92321.tar.gz weabot-e516f607f3f44f89eaf71b1072f55001cec92321.tar.xz weabot-e516f607f3f44f89eaf71b1072f55001cec92321.zip |
Mover hilos fix 4 Test 9
-rw-r--r-- | cgi/manage.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgi/manage.py b/cgi/manage.py index 667e4f5..71ed647 100644 --- a/cgi/manage.py +++ b/cgi/manage.py @@ -477,7 +477,6 @@ def manage(self, path_split): tym = parent_time else: tym = post["timestamp"] - message += "IP: "+post['ip'] post['timestamp_formatted'] += ' ID:' + iphash(inet_ntoa(long(post['ip'])), post, tym, board["useid"], False, '', False, False, (board["countrycode"] in ['1', '2'])) # insert new post and get its new ID |