Skip to content

Commit

Permalink
Fixed timezone logic indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Feb 17, 2024
1 parent f81b529 commit 1fc7e84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ def setting(value):
if is_docker == "True":
try:
timezone = os.environ.get('TZ')
print(f"{timezone}<<==")
if timezone is None:
print("Could not retrieve timezone information from docker 'TZ' environment variable.")
print("Attempting 'Docker Host'")
Expand Down

0 comments on commit 1fc7e84

Please sign in to comment.