Blue is nicer than cyan

This commit is contained in:
Ivan Habunek 2020-05-17 13:48:16 +02:00
parent ea01ef3d99
commit b014d94366
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -67,6 +67,6 @@ def print_video(video):
print_out("\n<b>{}</b>".format(video["id"]))
print_out("<green>{}</green>".format(video["title"]))
print_out("<cyan>{}</cyan> playing <cyan>{}</cyan>".format(channel, game))
print_out("Published <cyan>{}</cyan> Length: <cyan>{}</cyan> ".format(published_at, length))
print_out("<blue>{}</blue> playing <blue>{}</blue>".format(channel, game))
print_out("Published <blue>{}</blue> Length: <blue>{}</blue> ".format(published_at, length))
print_out("<i>{}</i>".format(url))