mirror of
https://github.com/gryf/slack-backup.git
synced 2025-12-17 19:40:21 +01:00
Move commands functions to its own module
This commit is contained in:
@@ -55,8 +55,8 @@ class Download(object):
|
||||
'file': self._files}
|
||||
|
||||
if filetype == 'file' and not self._authorized:
|
||||
logging.info("There was no (valid) credentials passed, therefore "
|
||||
"file `%s' cannot be downloaded", url)
|
||||
logging.warning("There was no (valid) credentials passed, "
|
||||
"therefore file `%s' cannot be downloaded", url)
|
||||
return
|
||||
|
||||
splitted = url.split('/')
|
||||
|
||||
Reference in New Issue
Block a user