From 727775502b8b46ae9ea8e906759e812630e39dbe Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Wed, 3 Jul 2024 19:53:03 +0300 Subject: [PATCH] BB_plus_watch_temp_files.py: reformat --- python-programming/BB_plus_watch_temp_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)