Commit 38ed7fe2 authored by lixiaofang's avatar lixiaofang

add

parent 7f65fceb
......@@ -43,7 +43,7 @@ def write_id_file(id):
data = open("save_topic_id.txt", "a")
data.write(str(id))
data.write("/n")
data.write("\n")
except:
logging.error("catch exception,main:%s" % traceback.format_exc())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment