Working state: Reinstated terminal title fix
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user