Commit a58dee00 authored by lixiaofang's avatar lixiaofang

add

parent a06c868a
...@@ -22,6 +22,8 @@ def get_topic_id(numtime1, numtime2): ...@@ -22,6 +22,8 @@ def get_topic_id(numtime1, numtime2):
) )
data = cursor.fetchall() data = cursor.fetchall()
topic_id = list(data) topic_id = list(data)
logging.info("Database version : %s " % topic_id)
return topic_id return topic_id
except: except:
......
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