DmitrMakeev commited on
Commit
dc459a6
·
verified ·
1 Parent(s): f931191

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def save_settings(settings_dict):
187
  print(f"crypto_key_sys: {crypto_key_sys_ser}")
188
  print(f"senler_token: {senler_token_ser}")
189
  print(f"wa_ak: {wa_ak_ser}")
190
- print(f"wa_api_key: {wa_api_key}")
191
 
192
  @app.route('/settings', methods=['GET'])
193
  def get_settings():
 
187
  print(f"crypto_key_sys: {crypto_key_sys_ser}")
188
  print(f"senler_token: {senler_token_ser}")
189
  print(f"wa_ak: {wa_ak_ser}")
190
+ print(f"wa_api_key: {wa_api_key_ser}")
191
 
192
  @app.route('/settings', methods=['GET'])
193
  def get_settings():