fix typo in error message #1

This commit is contained in:
Michi 2024-10-13 12:54:54 +02:00
parent 0988256239
commit 85d05e0e66

View file

@ -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}")