浏览代码

Fix missing color typo

Cammy 7 年之前
父节点
当前提交
6c3489070a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pyinstalive/downloader.py

+ 1 - 1
pyinstalive/downloader.py

@@ -92,7 +92,7 @@ def record_stream(broadcast):
 				log('[W] Could not run file: ' + str(e), "YELLOW")
 
 		dl.run()
-		log('[I] The livestream has ended. (Duration: ' + get_stream_duration(broadcast) + ")")
+		log('[I] The livestream has ended. (Duration: ' + get_stream_duration(broadcast) + ")", "GREEN")
 		stitch_video(dl, broadcast)
 	except KeyboardInterrupt:
 		log("", "GREEN")