diff options
author | TDavis | 2019-03-30 02:11:17 -0300 |
---|---|---|
committer | TDavis | 2019-03-30 02:11:17 -0300 |
commit | caadbc2788d32fdc4baf9cbd197c0fb5d495e580 (patch) | |
tree | a3dce45d6ef383018a33330d07c249b0b092a3fb /cgi/manage.py | |
parent | 1bca19b22bc68e114d04616e9ce4268e5eb94335 (diff) | |
download | weabot-caadbc2788d32fdc4baf9cbd197c0fb5d495e580.tar.gz weabot-caadbc2788d32fdc4baf9cbd197c0fb5d495e580.tar.xz weabot-caadbc2788d32fdc4baf9cbd197c0fb5d495e580.zip |
Mover hilos fix 4 Test 6
Diffstat (limited to 'cgi/manage.py')
-rw-r--r-- | cgi/manage.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/manage.py b/cgi/manage.py index af6a687..36217b9 100644 --- a/cgi/manage.py +++ b/cgi/manage.py @@ -477,6 +477,7 @@ def manage(self, path_split): tym = parent_time else: tym = post["timestamp"] + message += "IP: "+post['ip'] post['timestamp_formatted'] += ' ID:' + iphash(post['ip'], post, tym, board["useid"], False, '', False, False, (board["countrycode"] in ['1', '2'])) # insert new post and get its new ID |