Skip to content

Commit

Permalink
time error
Browse files Browse the repository at this point in the history
nodeloc committed Nov 1, 2023
1 parent 799e319 commit a18c1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discuz.py
Original file line number Diff line number Diff line change
@@ -131,7 +131,7 @@ def reply(self, tid, message=''):
data = {
'file': '',
'message': response,
'posttime': int(time()),
'posttime': int(time.time()),
'formhash': self.formhash,
'usesig': 1,
'subject': '',

0 comments on commit a18c1f6

Please sign in to comment.