mirror of
https://github.com/michivonah/themepark-alerts.git
synced 2025-12-22 20:36:27 +01:00
fix typo in error message #1
This commit is contained in:
parent
0988256239
commit
85d05e0e66
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -80,7 +80,7 @@ def checkTimes(subscribedAttractions, themepark):
|
||||||
else:
|
else:
|
||||||
refreshTime = 180
|
refreshTime = 180
|
||||||
else:
|
else:
|
||||||
print(f"Info: Attraction was skipt because it has an invalid data structure. Affacted attraction: {attraction}")
|
print(f"Info: Attraction was skipped because it has an invalid data structure. Affected attraction: {attraction}")
|
||||||
except Exception as error:
|
except Exception as error:
|
||||||
raise Exception(f"Got an error while checking for differences since the last API call. Error: {error}")
|
raise Exception(f"Got an error while checking for differences since the last API call. Error: {error}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue