This commit is contained in:
向乐🌌 2021-04-27 14:19:15 +08:00
parent 87348ae6a1
commit 00d1d9a03c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ try:
ad_ops = AdOps() ad_ops = AdOps()
except Exception as e: except Exception as e:
print(e) print(e)
pass sys.exit(1)
try: try:
ding_ops = DingDingOps() ding_ops = DingDingOps()
except Exception as e: except Exception as e: