This commit is contained in:
Pavel_Duron 2022-11-07 19:59:51 +10:00
parent 1069a20093
commit 6e887f8925

1
sql.py
View File

@ -15,6 +15,7 @@ async def add_user():
db.commit()
async def close():
db.commit()
db.close()