Forráskód Böngészése

Fix missing color typo

Cammy 7 éve
szülő
commit
6c3489070a
1 módosított fájl, 1 hozzáadás és 1 törlés
  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")