Cammy hace 7 años
padre
commit
6b53a213d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pyinstalive/downloader.py

+ 1 - 1
pyinstalive/downloader.py

@@ -388,7 +388,7 @@ def download_replays(broadcasts):
 		sys.exit(1)
 	except KeyboardInterrupt:
 		seperator("GREEN")
-		log('[I] The download has been aborted by the user.', "YELLOW")
+		log('[I] The download has been aborted by the user, exiting...', "YELLOW")
 		seperator("GREEN")
 		try:
 			shutil.rmtree(output_dir)