sync launch ad stability
This commit is contained in:
parent
1ee8c6cb0b
commit
e5d3a80259
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@ -39,8 +39,8 @@
|
|||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"internalConsoleOptions": "neverOpen",
|
"internalConsoleOptions": "neverOpen",
|
||||||
"env": {
|
"env": {
|
||||||
"NODE_ENV": "demo"
|
"NODE_ENV": "demo",
|
||||||
"OPENAI_API_KEY":
|
"OPENAI_API_KEY":""
|
||||||
},
|
},
|
||||||
"skipFiles": [
|
"skipFiles": [
|
||||||
"<node_internals>/**"
|
"<node_internals>/**"
|
||||||
@ -69,7 +69,13 @@
|
|||||||
"program": "${file}"
|
"program": "${file}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Python Debugger: Python File with Conda",
|
"name": "py: Sol app.py",
|
||||||
|
"type": "debugpy",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "${workspaceFolder}/crypto/sol/app.py",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Python Debugger: Python File with Conda (py)",
|
||||||
"type": "debugpy",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "${file}",
|
"program": "${file}",
|
||||||
|
@ -1217,7 +1217,7 @@ async def wallet_watch_loop():
|
|||||||
await unsubscribe(websocket, subscription_id)
|
await unsubscribe(websocket, subscription_id)
|
||||||
await send_telegram_message("reconnecting...")
|
await send_telegram_message("reconnecting...")
|
||||||
logger.info(f"Attempting to reconnect in {reconnect_delay} seconds...")
|
logger.info(f"Attempting to reconnect in {reconnect_delay} seconds...")
|
||||||
websocket.close()
|
await websocket.close()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"An unexpected error occurred - breaking watch loop: {e}")
|
logger.error(f"An unexpected error occurred - breaking watch loop: {e}")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user