добавили начало игры

This commit is contained in:
2023-01-16 17:26:29 +07:00
parent 957a54208f
commit 3982f02a8d
8 changed files with 176 additions and 37 deletions
-8
View File
@@ -1,8 +0,0 @@
from modules.DB import UseDB
db = UseDB("events")
for i in db.find_document({}):
print(i)
# db.del_document({"name": i["name"]})
# db.update_document({"name": "test not bad"}, {"probability": 50})
db.update_document({"name": "test bad "}, {"probability": 50})