Update.
This commit is contained in:
parent
31895e62d3
commit
8a4586f4de
1 changed files with 1 additions and 1 deletions
2
adl.py
2
adl.py
|
@ -24,7 +24,7 @@ def color_print(text):
|
||||||
|
|
||||||
# colored watch primpt
|
# colored watch primpt
|
||||||
def watch_prompt(title, episode, msg):
|
def watch_prompt(title, episode, msg):
|
||||||
print(f"Now{msg} \033[0;34m{title}\033[0m, episode \033[0;34m{str(episode)} \033[0m")
|
print(f"Now {msg} \033[0;34m{title}\033[0m, episode \033[0;34m{str(episode)} \033[0m")
|
||||||
|
|
||||||
# colored input
|
# colored input
|
||||||
def color_prommpt(text):
|
def color_prommpt(text):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue