Fix undefined settings on local mode

This commit is contained in:
replydev 2020-08-29 16:09:35 +02:00
parent 986ba16ab7
commit c546572834
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class cli(deemix):
super().__init__(configFolder)
if local:
self.set.settings['downloadLocation'] = randomString(12)
print("Using a local download folder: "+settings['downloadLocation'])
print("Using a local download folder: "+self.set.settings['downloadLocation'])
def downloadLink(self, url, bitrate=None):
for link in url: