print fix

This commit is contained in:
Jens Ullmert 2022-07-27 16:07:20 +02:00
parent b3ffc7d54b
commit af0a536a26

View File

@ -157,7 +157,7 @@ async def rdm_state():
global DMXRDMFLAG
if USERS and DMXRDMFLAG:
#message = "rdm=" + DMXRDM + ";"
print("RDM EVENT " + DMXRDM)
print("RDM EVENT ", DMXRDM)
await asyncio.wait([user.send("rdm=test;") for user in USERS])