Skip to content

Commit

Permalink
Updater
Browse files Browse the repository at this point in the history
* Show when last updated,
  • Loading branch information
cyberofficial committed Apr 4, 2023
1 parent aa0c6a3 commit 2308755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transcribe_audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def check_for_updates():
save_last_checked_timestamp(last_updated_time)
else:
print("You are already using the latest version.")
print(f"Last updated: {last_updated_time.strftime('%d %b %Y %H:%M:%S %Z')}\nThis was {time_difference_in_words(last_updated_time)} ago.")

check_for_updates()

Expand Down

0 comments on commit 2308755

Please sign in to comment.