fix db creation
This commit is contained in:
parent
58f585b065
commit
248c9bc278
3 changed files with 18 additions and 18 deletions
|
@ -45,6 +45,6 @@ def join():
|
|||
return {"success": True, "ws": f"/ws/{room_id}"}
|
||||
|
||||
|
||||
init_db()
|
||||
if __name__ == "__main__":
|
||||
init_db()
|
||||
app.run(debug=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue