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",
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
"env": {
|
||||
"NODE_ENV": "demo"
|
||||
"OPENAI_API_KEY":
|
||||
"NODE_ENV": "demo",
|
||||
"OPENAI_API_KEY":""
|
||||
},
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
@ -69,7 +69,13 @@
|
||||
"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",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
|
@ -1217,7 +1217,7 @@ async def wallet_watch_loop():
|
||||
await unsubscribe(websocket, subscription_id)
|
||||
await send_telegram_message("reconnecting...")
|
||||
logger.info(f"Attempting to reconnect in {reconnect_delay} seconds...")
|
||||
websocket.close()
|
||||
await websocket.close()
|
||||
except Exception as e:
|
||||
logger.error(f"An unexpected error occurred - breaking watch loop: {e}")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user