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