Update main.py
This commit is contained in:
parent
bd4046572c
commit
4a36ff0da0
|
@ -41,6 +41,7 @@ async def main():
|
|||
async for mac, msg in e:
|
||||
print(msg)
|
||||
set_settings(msg, settings, patterns)
|
||||
print("should not print")
|
||||
|
||||
asyncio.create_task(tick())
|
||||
asyncio.create_task(espnow())
|
||||
|
|
Loading…
Reference in New Issue