Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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: {
|
| 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():
|