pan-os-python
pan-os-python copied to clipboard
Getting args error when calling updater
update = updater.ContentUpdater(fw_1) update.download_install(sync_to_peer=False) Also tried it like this
update.download_install()
ERROR update.download_install() self.download(version, sync_to_peer=sync_to_peer, sync=True) typeError: download() got multiple values for keyword argument 'sync_to_peer'
Looks like it is calling the wrong class..... Thoughts ?