Commit 9cce3629 authored by 高雅喆's avatar 高雅喆

rm cathch

parent a2e85997
...@@ -147,7 +147,7 @@ def compute_ai_scan(x): ...@@ -147,7 +147,7 @@ def compute_ai_scan(x):
def get_user_tag_score(cl_id, all_word_tags, size=10): def get_user_tag_score(cl_id, all_word_tags, size=10):
try: # try:
db_jerry_test = pymysql.connect(host='172.16.40.158', port=4000, user='root', passwd='3SYz54LS9#^9sBvC', db_jerry_test = pymysql.connect(host='172.16.40.158', port=4000, user='root', passwd='3SYz54LS9#^9sBvC',
db='jerry_test', charset='utf8') db='jerry_test', charset='utf8')
cur_jerry_test = db_jerry_test.cursor() cur_jerry_test = db_jerry_test.cursor()
...@@ -202,8 +202,10 @@ def get_user_tag_score(cl_id, all_word_tags, size=10): ...@@ -202,8 +202,10 @@ def get_user_tag_score(cl_id, all_word_tags, size=10):
db_jerry_test.commit() db_jerry_test.commit()
db_jerry_test.close() db_jerry_test.close()
return "sucess" return "sucess"
except Exception as e: else:
return 'pass' return "user log is empty"
# except Exception as e:
# return 'pass'
if __name__ == '__main__': if __name__ == '__main__':
......
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