diff --git a/main.py b/main.py index 9368f0f..9a5e8a8 100644 --- a/main.py +++ b/main.py @@ -152,7 +152,7 @@ async def scheduled_task(queue): async def listen_to_server(queue): uri = f"ws://localhost:9922/v1/receive/{PHONE_NUMBER}?send_read_receipts=false" async with websockets.connect(uri) as websocket: - print(f"Connected to server at {uri}") + print(f"Connected to signal server") try: async for message in websocket: message_content = extract_message_content(message)