Skip to content

Commit

Permalink
Update timezone closing bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertDisc authored Feb 17, 2024
1 parent 46e0831 commit 3db6a3e
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 @@ -826,7 +826,7 @@ def setting(value):
if timezone_source == 'forced':
try:
timezone = pref['settings']['timezone']['locality']
print(f'Using user defined Timezone => "{timezone]"')
print(f'Using user defined Timezone => "{timezone}"')
except KeyError:
print(f'Timezone 'forced' locality missing or not found in settings.')
print(f'Check configuration/YAML structure')
Expand Down

0 comments on commit 3db6a3e

Please sign in to comment.