- removed jens from credentials
- try except for whole app loop
This commit is contained in:
+6
-1
@@ -130,4 +130,9 @@ if __name__ == '__main__':
|
||||
wc_list.append(WeCollector(user))
|
||||
|
||||
print(wc_list)
|
||||
request_loop(wc_list)
|
||||
try:
|
||||
request_loop(wc_list)
|
||||
except Exception as e:
|
||||
print(f"Terminated with Exception {e}")
|
||||
|
||||
print(f"Terminated Normally")
|
||||
|
||||
Reference in New Issue
Block a user