Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-fva authored Sep 18, 2023
1 parent f5d987a commit 77d8a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -175,4 +175,4 @@
file.write("\n")
file.write(line4)
file.write("\n")
add_runtime(output_file_runtime, line5, line1, line1_5, line2)
add_runtime(output_file_runtime, line5, line1, line1_5, line2)

0 comments on commit 77d8a14

Please sign in to comment.