Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VoronM1522 authored Feb 5, 2025
1 parent 79a9c81 commit 4eb0d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_python/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def current_time() -> str:
TIME_ZONE = get_timezone()

time = datetime.now(TIME_ZONE)
return f"Current time in {TIME_ZONE} is {time.strftime("%H:%M:%S")}"
return f"Current time in {TIME_ZONE} is {time.strftime('%H:%M:%S')}"


if __name__ == "__main__":
Expand Down

0 comments on commit 4eb0d5a

Please sign in to comment.