Commit f60670e5 by fangxingjun

no message

parent 13cba59c
......@@ -569,10 +569,13 @@ class DimStAsinInfo(Templates):
break
except Exception as e:
print(f"存储redis报错--数据库账号密码不对: {e, traceback.format_exc()}")
time.sleep(10)
self.client = redis.Redis(host='192.168.10.224', port=6379, db=self.redis_db[self.site_name],
password='N8#rTp2Xz!Lk6@Vw9qHs4&Yb1Fm0Cj3')
users = ["fangxingjun"]
title = f"实时-redis存储报错: {self.site_name}, {self.date_type}, {self.date_info}"
content = f"{traceback.format_exc()}"
CommonUtil().send_wx_msg(users=users, title=title, content=content)
time.sleep(10)
continue
......
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