diff --git a/discuz.py b/discuz.py index 937fabe..2080da4 100644 --- a/discuz.py +++ b/discuz.py @@ -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': '',