1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Fix issue with url_file_to_attachment and generating raport.

This commit is contained in:
2018-09-27 20:15:44 +02:00
parent 40c896a01e
commit 431621edb0

View File

@@ -57,7 +57,8 @@ class Client(object):
if 'format' in args: if 'format' in args:
self.reporter = reporters.get_reporter(args, self.q) self.reporter = reporters.get_reporter(args, self.q)
self._url_file_to_attachment = args.url_file_to_attachment if 'url_file_to_attachment' in args:
self._url_file_to_attachment = args.url_file_to_attachment
self._dlpath = utils.get_temp_name(dir=os.path.curdir, self._dlpath = utils.get_temp_name(dir=os.path.curdir,
prefix='manual_download_', prefix='manual_download_',