diff --git a/main.py b/main.py index ad23dcc..3a2a86b 100644 --- a/main.py +++ b/main.py @@ -84,7 +84,7 @@ async def process_mqtt(message): async def fetch_mqtt(): await asyncio.sleep(3) - async with Client('192.168.0.100') as client: + async with Client('192.168.0.106') as client: async with client.filtered_messages('iot/cameras') as messages: await client.subscribe('#') async for message in messages: