refactoring: čištění

This commit is contained in:
David Spáčil
2026-06-27 12:34:04 +02:00
parent 5aa5beff69
commit 2f8d5b12c2
-2
View File
@@ -270,7 +270,6 @@ def game(data: tuple) -> None:
msg = data[2]
count = data[3]
th = data[4]
# clear()
inp = input(msg)
data = evaluate(inp, count, th)
else:
@@ -296,7 +295,6 @@ def main() -> None:
clear()
print("Vítejte ve hře v kostky!")
add_players()
input("Prosím, stiskněte enter pro první hod:")
data = ("count", 6, "")
game(data)