wip - still not working
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user