Update epic_sumo1.py

This commit is contained in:
2021-03-28 20:14:13 +02:00
committed by GitHub
parent b50b87f6a4
commit b4a1ec47c9

View File

@@ -27,7 +27,7 @@ players_defined = 0
connected = 0 connected = 0
global Player1 global Player1
global Player2 global Player2
uri = "ws://brn.systems:8765" uri = "ws://127.0.0.1:8765"
global websocket global websocket
async def write_players(arrx): async def write_players(arrx):