Commit fdc93607 authored by lixiaofang's avatar lixiaofang

add

parent 01988acd
This diff is collapsed.
......@@ -48,7 +48,10 @@ if __name__ == "__main__":
numtime = time_convs(i)
topic_id = get_topic_id(numtime)
# topic_id = get_topic_id(numtime)
topic_id = [(241581376, 5479267), (241439646, 5479268), (241439646, 5479269), (241407671, 5479270),
(241407671, 5479271), (241581395, 5479272)]
dicts = {}
......
......@@ -30,7 +30,6 @@ DATABASES = {
}
}
host = DATABASES['default']['HOST']
user = DATABASES['default']['USER']
......@@ -270,4 +269,4 @@ def get_user_id():
for i in user_data.readlines():
user_list.append(int(i.strip()))
return user_list
\ No newline at end of file
return user_list
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