Fix SyntaxError in emoji_pattern regex in pytchat_listener.py

This commit is contained in:
2025-10-30 18:57:10 +01:00
parent f7bfa63562
commit f17ed7cdd5

View File

@@ -84,4 +84,4 @@ def main():
console.print(f"[green]Chat log saved to {log_filename}[/green]")
if __name__ == '__main__':
main()
main()