OSDN Git Service

Use the time of thread starting for post form.
[fukui-no-namari/fukui-no-namari.git] / 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 = {}
         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")
         post_dict["submit"] = u"\u66f8\u304d\u8fbc\u3080".encode(
             "cp932", "replace")
         post_dict["FROM"] = name.encode("cp932", "replace")