Postnl error after update 0.91.4

Wed Apr 17 2019 23:36:28 GMT+0200 (Central European Summer Time)
postnl: Error on device update!
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 261, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 379, in async_device_update
    await self.hass.async_add_executor_job(self.update)
  File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.7/site-packages/homeassistant/util/__init__.py", line 224, in wrapper
    result = method(*args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/homeassistant/components/postnl/sensor.py", line 96, in update
    shipments = self._api.get_relevant_shipments()
  File "/usr/local/lib/python3.7/site-packages/postnl_api/postnl_api.py", line 234, in get_relevant_shipments
    if not shipment['status']['isDelivered']:
TypeError: string indices must be integers

Who knows a fix for his ?

nvm, I did a full restart and it works now:joy: