wip - still not working

This commit is contained in:
Dobromir Popov
2024-10-22 14:10:42 +03:00
parent 86b3a086b9
commit 1a31455d98
3 changed files with 133 additions and 101 deletions

View File

@ -432,9 +432,9 @@ async def process_messages(websocket):
pk = None
app = init_app()
# Convert Flask app to ASGI
asgi_app = WsgiToAsgi(init_app)
asgi_app = WsgiToAsgi(app)
async def main():
global solanaAPI, bot, PROCESSING_LOG, pk