mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 20:14:42 -04:00
Merge branch 'dev'
This commit is contained in:
commit
186b6d9fca
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class MusicDL(list):
|
||||||
try:
|
try:
|
||||||
arguments = self._get_download_args()
|
arguments = self._get_download_args()
|
||||||
except KeyError:
|
except KeyError:
|
||||||
self._config_update_message()
|
self._config_updating_message()
|
||||||
self.config.update()
|
self.config.update()
|
||||||
exit()
|
exit()
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue