Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 911616b

Browse files
committed
changed all frost ee entered to different name
1 parent b22ef29 commit 911616b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

VAIIYA terminal.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def DEBUG_CMD():
341341
walker_entered()
342342

343343
elif text == 'FROST':
344-
frostbytes_EE_entered()
344+
frostbyte_entered()
345345

346346
elif text == 'COMMANDS':
347347
print("commands:")
@@ -466,14 +466,14 @@ def frostbyte_login():
466466
#compare password hashes
467467
result = bcrypt.checkpw(userpassword, frosthash)
468468
if result:
469-
frostbytes_EE_entered()
469+
frostbyte_entered()
470470
if text == 'exit':
471471
return
472472

473473

474474

475475
# 2nd part to the FROST EE
476-
def frostbytes_EE_entered():
476+
def frostbyte_entered():
477477

478478
#the following prompts from promptTK are for frost taking about UwU more and more ¯\_(ツ)_/¯
479479
message_dialog(

0 commit comments

Comments
 (0)