mirror of
https://github.com/sudoxnym/roomba_rest980.git
synced 2026-04-14 11:37:46 +00:00
fidx that too
This commit is contained in:
parent
292a97e33b
commit
c2d46895b2
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ class iRobotCloudApi:
|
|||
|
||||
_LOGGER.debug("Saved UMF data for pmap %s to %s", pmap_id, DEBUG_UMF_PATH)
|
||||
|
||||
except (OSError, json.JSONEncodeError) as e:
|
||||
except (OSError, Exception) as e:
|
||||
_LOGGER.warning("Failed to save UMF debug data: %s", e)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue