Prepare for new shared_procimg behavior

This commit is contained in:
2021-01-31 12:55:46 +01:00
parent 97884d1b75
commit f2984ce2b4

View File

@@ -159,6 +159,7 @@ class ProcimgServer:
signed=self.rpi.io[io]._signed,
)
)
self.rpi.writeprocimg()
except Exception as e:
return [device, io, False, str(e)]