Skip to content

Commit

Permalink
fix typo in error message #1
Browse files Browse the repository at this point in the history
  • Loading branch information
michivonah committed Oct 13, 2024
1 parent 0988256 commit 85d05e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down

0 comments on commit 85d05e0

Please sign in to comment.