- removed jens from credentials
- try except for whole app loop
This commit is contained in:
@@ -4,11 +4,5 @@ users = [
|
||||
'password': 'Arielle2024!',
|
||||
'email': 'alex.thoni@gmx.de',
|
||||
'vin': 'WVWZZZE1ZMP010760'
|
||||
},
|
||||
{
|
||||
'username': 'jens',
|
||||
'password': '2SaveMyCar',
|
||||
'email': 'jens.ahrensfeld@gmx.de',
|
||||
'vin': 'WVWZZZE1ZMP010760'
|
||||
}
|
||||
]
|
||||
|
||||
@@ -130,4 +130,9 @@ if __name__ == '__main__':
|
||||
wc_list.append(WeCollector(user))
|
||||
|
||||
print(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