Compare commits
2 Commits
0279a41939
...
3845f15405
| Author | SHA1 | Date | |
|---|---|---|---|
| 3845f15405 | |||
| 7f3f65f0bf |
@@ -76,6 +76,10 @@ def get_user_color(author_id):
|
|||||||
|
|
||||||
# --- Main Script Logic ---
|
# --- Main Script Logic ---
|
||||||
def main():
|
def main():
|
||||||
|
# Set terminal title
|
||||||
|
sys.stdout.write("\033]0;YouTube Live Chat\007")
|
||||||
|
sys.stdout.flush()
|
||||||
|
|
||||||
# Clear the terminal screen
|
# Clear the terminal screen
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user