From: Aiwota Programmer Date: Mon, 11 Sep 2006 07:06:02 +0000 (+0900) Subject: Use the time of thread starting for post form. X-Git-Tag: v0.1~8 X-Git-Url: http://git.sourceforge.jp/view?p=fukui-no-namari%2Ffukui-no-namari.git;a=commitdiff_plain;h=c60c5c18467ae27d5050386d4d58c43d8c7f43b3;hp=a7493c2fb3c86abaea541a02caa61a9930132554 Use the time of thread starting for post form. --- diff --git a/src/FukuiNoNamari/BbsType/bbs_type_base.py b/src/FukuiNoNamari/BbsType/bbs_type_base.py index 0580cf0..2bd1dd3 100644 --- a/src/FukuiNoNamari/BbsType/bbs_type_base.py +++ b/src/FukuiNoNamari/BbsType/bbs_type_base.py @@ -104,7 +104,7 @@ class BaseType: post_dict = {} post_dict["bbs"] = self.board post_dict["key"] = self.thread - post_dict["time"] = str(int(time.time())) + post_dict["time"] = self.thread post_dict["submit"] = u"\u66f8\u304d\u8fbc\u3080".encode( "cp932", "replace") post_dict["FROM"] = name.encode("cp932", "replace")