mirror of
https://github.com/michivonah/themepark-alerts.git
synced 2025-12-22 12:26:29 +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:
|
||||
refreshTime = 180
|
||||
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:
|
||||
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