DmitrMakeev commited on
Commit
cebfa42
·
verified ·
1 Parent(s): f1f755c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -174,8 +174,8 @@ def save_settings(settings_dict):
174
  print(f"Сохраненные настройки:")
175
  print(f"api_key_sys: {api_key_sys_ser}")
176
  print(f"ALLOWED_ORIGIN: {ALLOWED_ORIGIN}")
177
- print(f"vk_api_key: {vk_api_key}")
178
- print(f"crypto_key_sys: {crypto_key_sys}")
179
 
180
 
181
 
 
174
  print(f"Сохраненные настройки:")
175
  print(f"api_key_sys: {api_key_sys_ser}")
176
  print(f"ALLOWED_ORIGIN: {ALLOWED_ORIGIN}")
177
+ print(f"vk_api_key: {vk_api_key_ser}")
178
+ print(f"crypto_key_sys: {crypto_key_sys_ser}")
179
 
180
 
181