This commit is contained in:
djimbo
2022-11-18 14:29:52 +03:00
parent 9ba4ee7215
commit 7d4aaf99d0
14 changed files with 185 additions and 109 deletions
+2 -1
View File
@@ -116,5 +116,6 @@ def create_dbx():
"user_surname TEXT,"
"user_fullname TEXT,"
"user_date TIMESTAMP,"
"user_unix INTEGER)")
"user_unix INTEGER"
")")
print("DB was not found(1/1) | Creating...")