Traceback (most recent call last):
File "C:\Users\DarkLorian\PycharmProjects\pythonProject\5minutesgame\class_logic_shop.py", line 33, in __init__
self.update_sqlite()
File "C:\Users\DarkLorian\PycharmProjects\pythonProject\5minutesgame\class_logic_shop.py", line 143, in update_sqlite
conn.commit()
sqlite3.OperationalError: database is locked
def qw(score, shoot, health, level):
global killhard
killhard(score, shoot, health, level)
health, score = killhard(score, shoot, health, level)
def main():
global monstersfam
global monstersname
global levelheal
global costheal
global curing
global healthmax
global healcount
global shoot
global score
global level
global cost
global difficult
global health
global minus
global healthmax