fixed missing kwargs in bin/swift-log-uploader
This commit is contained in:
parent
410635485b
commit
354f7dd2a5
@ -38,4 +38,4 @@ if __name__ == '__main__':
|
||||
log_to_console=options.get('verbose', False))
|
||||
# currently LogUploader only supports run_once
|
||||
options['once'] = True
|
||||
uploader = LogUploader(uploader_conf, plugin).run(once=True)
|
||||
uploader = LogUploader(uploader_conf, plugin).run(**options)
|
||||
|
Loading…
Reference in New Issue
Block a user