removed data, small fixes

This commit is contained in:
Ryan Bakkes 2023-11-12 17:23:24 +01:00
parent d2263ab105
commit 2b90572f1e
4 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -65,7 +65,8 @@ def exploreBlocks(self):
utilityHelper.clearScreen() utilityHelper.clearScreen()
return return
case "1": case "1":
blocks[user_input].is_valid() utilityHelper.clearScreen()
print(f"This block is {blocks[user_input].is_valid()}")
case "2": case "2":
utilityHelper.clearScreen() utilityHelper.clearScreen()
x = 0 x = 0