Skip to content

Commit

Permalink
Fix open print statement in vars
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Feb 17, 2024
1 parent c147309 commit 060b941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def setting(value):
except Exception as e:
print("Could not retrieve timezone information from docker 'TZ' environment variable.")
print(f"An error occured: {e}")
print("Attempting 'Docker Host')
print("Attempting 'Docker Host'")
try:
system_tz = tzlocal.get_localzone()
timezone = str(system_tz)
Expand Down

0 comments on commit 060b941

Please sign in to comment.