create python venv when needed

This commit is contained in:
2023-02-03 20:48:23 +01:00
parent 4921403842
commit 204147d01a
2 changed files with 6 additions and 2 deletions

2
app.py
View File

@@ -8,7 +8,7 @@ vars = {}
logging.basicConfig(
format="%(asctime)s %(message)s",
level=logging.INFO,
level=logging.INFO
)
async def handshake(ws,data):