Update app.py
Browse files
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', ''),
|