From 85d05e0e666edadd1b38b324b1246e1440ed6c6e Mon Sep 17 00:00:00 2001 From: michivonah Date: Sun, 13 Oct 2024 12:54:54 +0200 Subject: [PATCH] fix typo in error message #1 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b2958f1..f31846e 100644 --- a/main.py +++ b/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}")