diff --git a/main.py b/main.py index e0ee1a3..cf2cc5d 100644 --- a/main.py +++ b/main.py @@ -96,7 +96,7 @@ def main(): # Display initial messages using rich.Live for a few seconds with Live(console=console, screen=True, refresh_per_second=4) as live: - live.update(Text(f"[green]Found live chat ID: {live_chat_id}[/green]\n[green]Chat will be logged to {log_filename}[/green]", justify="center", markup=True)) + live.update(Text(f"[green]Found live chat ID: {live_chat_id}[/green]\n[green]Chat will be logged to {log_filename}[/green]", justify="center")) time.sleep(5) next_page_token = None