Skip to content

Commit

Permalink
fix: correct logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriacheng15 committed Jan 29, 2025
1 parent a6a4067 commit 9d6d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main(time):
if __name__ == "__main__":
date, time = current_time()
timestamp = f"{date} - {time}"
print(f"The process is starting at Updated at {timestamp}")
print(f"The process is starting at {timestamp}")
print()
main(f"{timestamp}")
print()
Expand Down

0 comments on commit 9d6d8e1

Please sign in to comment.