Cammy 7 vuotta sitten
vanhempi
commit
6b53a213d2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)