print fix
This commit is contained in:
parent
b3ffc7d54b
commit
af0a536a26
@ -157,7 +157,7 @@ async def rdm_state():
|
|||||||
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("rdm=test;") for user in USERS])
|
await asyncio.wait([user.send("rdm=test;") for user in USERS])
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user