Update main.py
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user