Skip to content

Commit

Permalink
Fix incorrect closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Feb 17, 2024
1 parent 060b941 commit 46e0831
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 @@ -810,7 +810,7 @@ def setting(value):
try:
system_tz = tzlocal.get_localzone()
timezone = str(system_tz)
print(f'Found Timezone => "{timezone]" from host')
print(f'Found Timezone => "{timezone}" from host')
except Exception as e:
print("Could not retrieve timezone information from host.")
print(f"An error occured: {e}")
Expand Down

0 comments on commit 46e0831

Please sign in to comment.