update
This commit is contained in:
parent
87348ae6a1
commit
00d1d9a03c
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue