This commit is contained in:
Jens Ullmert 2022-07-27 16:06:33 +02:00
parent 8dd55b24f1
commit b3ffc7d54b

View File

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