Skip to content
Snippets Groups Projects
Commit 3b093b22 authored by Jakob Kirsch's avatar Jakob Kirsch
Browse files

auto generated by makefile

parent 7f1aa037
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,10 @@ while len(PLAYERS) > 1:
if JMP:
JMP = False
continue
player = PLAYERS[playerc]
try:
player = PLAYERS[playerc]
except:
continue
print_stack()
input("\033[1;30;40m" + player + " ist dran. Gib das Handy weiter und drücke Enter")
print("0) Eine Karte ziehen")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment