Loading player_functions.py +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ def stoplisten(): except: print("failing decode quietly") # Check if the received character is 'E' if received_char == 'E': if received_char == 'C': global status status="kill" Loading Loading
player_functions.py +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ def stoplisten(): except: print("failing decode quietly") # Check if the received character is 'E' if received_char == 'E': if received_char == 'C': global status status="kill" Loading