diff --git a/python-programming/BB_plus_watch_temp_files.py b/python-programming/BB_plus_watch_temp_files.py index eef47d0..29e0114 100644 --- a/python-programming/BB_plus_watch_temp_files.py +++ b/python-programming/BB_plus_watch_temp_files.py @@ -36,7 +36,7 @@ if __name__ == "__main__": print( "Please create a .env file in the current directory with key " f"{EXEC_KEY}, containing path to the executable of your copy of " "the video game Baldi's Basics Plus, or set such an " - "environmental variable.") + "environmental variable.") exit(1) print("Path to watch:", PATH_TO_WATCH)