diff --git a/vars.py b/vars.py index 5dda6eb..45f95be 100644 --- a/vars.py +++ b/vars.py @@ -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')