bug fixes and added Anti-betray-system

This commit is contained in:
hypervortex 2024-07-05 11:00:48 +05:30
parent 4cdab91bc8
commit 1c978ddcab
366 changed files with 2972 additions and 1043 deletions

View file

@ -90,7 +90,7 @@ def addcoins(accountid: str, amount: int):
f.write(json.dumps(bank))
if amount > 0:
ba.playsound(ba.getsound("cashRegister"))
print('Transaction successful')
#print('Transaction successful')
def addcoin(accountid: str, amount: int):
if os.path.exists(BANK_PATH):