mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
Refactor to event system
This commit is contained in:
@@ -18,7 +18,7 @@ async def main () :
|
||||
|
||||
res = True
|
||||
while res:
|
||||
res = await mc.get_msg()
|
||||
res = await mc.commands.get_msg()
|
||||
if res :
|
||||
print (res)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user