Merge branch 'dev'

This commit is contained in:
nathom 2021-05-13 23:06:04 -07:00
commit 186b6d9fca

View file

@ -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: