rdm test
This commit is contained in:
parent
8dd55b24f1
commit
b3ffc7d54b
@ -156,9 +156,9 @@ async def rdm_state():
|
|||||||
global DMXRDM
|
global DMXRDM
|
||||||
global DMXRDMFLAG
|
global DMXRDMFLAG
|
||||||
if USERS and DMXRDMFLAG:
|
if USERS and DMXRDMFLAG:
|
||||||
message = "rdm=" + DMXRDM + ";"
|
#message = "rdm=" + DMXRDM + ";"
|
||||||
print("RDM EVENT " + 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])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user