diff --git a/pytchat_listener.py b/pytchat_listener.py index af5bc1e..a4561cf 100644 --- a/pytchat_listener.py +++ b/pytchat_listener.py @@ -84,4 +84,4 @@ def main(): console.print(f"[green]Chat log saved to {log_filename}[/green]") if __name__ == '__main__': - main() + main() \ No newline at end of file