Explorar o código

Fix missing color typo

Cammy %!s(int64=7) %!d(string=hai) anos
pai
achega
6c3489070a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")