Skip to content
Snippets Groups Projects
Unverified Commit ab215b65 authored by Michael's avatar Michael Committed by GitHub
Browse files

Fix upgrade api disabling during setup of Synology DSM (#77753)

parent a3e6abd3
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,7 @@ class SynoApi:
self.dsm.upgrade.update()
except SynologyDSMAPIErrorException as ex:
self._with_upgrade = False
self.dsm.reset(SynoCoreUpgrade.API_KEY)
LOGGER.debug("Disabled fetching upgrade data during setup: %s", ex)
self._fetch_device_configuration()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment