diff --git a/main.py b/main.py index c8f340d..2496a61 100644 --- a/main.py +++ b/main.py @@ -22,7 +22,7 @@ # Start timer to record the runtime of the script start_time = time.time() start_time_script = time.time() - +print("Test") # Get the config file config = configparser.ConfigParser() config.read("settings.ini") @@ -175,4 +175,4 @@ file.write("\n") file.write(line4) file.write("\n") -add_runtime(output_file_runtime, line5, line1, line1_5, line2) \ No newline at end of file +add_runtime(output_file_runtime, line5, line1, line1_5, line2)