mirror of
https://gitgud.io/Melon__Bread/auto-ttv-grabber.git
synced 2024-11-24 16:28:30 -05:00
Fixed f-string
This commit is contained in:
parent
5ee8e47c54
commit
a0ae115748
2
main.py
2
main.py
@ -129,7 +129,7 @@ def main():
|
|||||||
if channel not in downloading:
|
if channel not in downloading:
|
||||||
download_stream(channel)
|
download_stream(channel)
|
||||||
else:
|
else:
|
||||||
print("f{channel} is already downloading")
|
print(f"{channel} is already downloading")
|
||||||
write_log(channel)
|
write_log(channel)
|
||||||
else:
|
else:
|
||||||
print("\033[1m" + channel + "\033[0m is \033[31mnot live\033[0m.")
|
print("\033[1m" + channel + "\033[0m is \033[31mnot live\033[0m.")
|
||||||
|
Loading…
Reference in New Issue
Block a user