Browse Source

Remove excessive separator

Cammy 6 years ago
parent
commit
14d7974978
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pyinstalive/dlfuncs.py

+ 0 - 1
pyinstalive/dlfuncs.py

@@ -352,7 +352,6 @@ def download_replays():
     except KeyboardInterrupt:
         logger.separator()
         logger.binfo('The download has been aborted by the user, exiting.')
-        logger.separator()
         helpers.remove_temp_folder()
         helpers.remove_lock()