print fix
This commit is contained in:
parent
b3ffc7d54b
commit
af0a536a26
@ -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])
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user