DmitrMakeev commited on
Commit
49827e6
·
verified ·
1 Parent(s): 8902381

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -274,7 +274,7 @@ def save_settings(settings_dict):
274
  INSERT INTO settings (
275
  api_key_auth, api_key_apps_vk, vk_api_key, senler_token,
276
  wa_ak, wa_api_key, curators, call_api_key
277
- ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
278
  ''', (
279
  settings_dict.get('api_key_auth', ''),
280
  settings_dict.get('api_key_apps_vk', ''),
 
274
  INSERT INTO settings (
275
  api_key_auth, api_key_apps_vk, vk_api_key, senler_token,
276
  wa_ak, wa_api_key, curators, call_api_key
277
+ ) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
278
  ''', (
279
  settings_dict.get('api_key_auth', ''),
280
  settings_dict.get('api_key_apps_vk', ''),