Compare commits

...

2 Commits

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')