Working state: Reinstated terminal title fix

This commit is contained in:
2025-10-30 22:01:05 +01:00
parent 566d26791e
commit 7f3f65f0bf

View File

@@ -76,6 +76,10 @@ def get_user_color(author_id):
# --- Main Script Logic ---
def main():
# Set terminal title
sys.stdout.write("\033]0;YouTube Live Chat\007")
sys.stdout.flush()
# Clear the terminal screen
os.system('clear')