missing rename

This commit is contained in:
jr-k 2024-02-19 15:38:13 +01:00
parent ff4989d8ec
commit 5fb365e049

View File

@ -28,7 +28,7 @@ with open('./lang/{}.json'.format(config['lang']), 'r') as file:
# <reverse-proxy>
if config['reverse_proxy_mode']:
reverse_proxy_config_file = 'system/nginx-reclame'
reverse_proxy_config_file = 'system/nginx-obscreen'
with open(reverse_proxy_config_file, 'r') as file:
content = file.read()
with open(reverse_proxy_config_file, 'w') as file: