We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59035e0 commit 18978aaCopy full SHA for 18978aa
bookstack_file_exporter/archiver/asset_archiver.py
@@ -112,7 +112,6 @@ class AssetArchiver:
112
113
Args:
114
:urls: <Dict[str, str]> = api urls for images and attachments
115
- :verify_ssl: <bool> = verify ssl for api requests
116
:http_client: <HttpHelper> = http helper functions with config from user inputs
117
118
Returns:
bookstack_file_exporter/run.py
@@ -49,7 +49,7 @@ def exporter(config: ConfigNode):
49
sys.exit(0)
50
log.info("Beginning archive")
51
## start archive ##
52
- archive: Archiver = Archiver(config)
+ archive: Archiver = Archiver(config, http_client)
53
54
# create export directory if not exists
55
archive.create_export_dir()
0 commit comments