OSDN Git Service

Use the time of thread starting for post form.
authorAiwota Programmer <aiwotaprog@tetteke.tk>
Mon, 11 Sep 2006 07:06:02 +0000 (16:06 +0900)
committerAiwota Programmer <aiwotaprog@tetteke.tk>
Mon, 11 Sep 2006 08:42:30 +0000 (17:42 +0900)
src/FukuiNoNamari/BbsType/bbs_type_base.py

index 0580cf0..2bd1dd3 100644 (file)
@@ -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")