1
0
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:
2016-11-28 19:05:26 +01:00
parent feb773956c
commit 9ddd470b54
4 changed files with 124 additions and 118 deletions

View File

@@ -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('/')