mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 22:03:53 +01:00
Mit default zusammenführen
This commit is contained in:
@@ -299,9 +299,8 @@ class Device(object):
|
||||
self._modio.readprocimg(self)
|
||||
|
||||
# Datenkopie anlegen
|
||||
self._filelock.acquire()
|
||||
self._ba_datacp = self._ba_devdata[:]
|
||||
self._filelock.release()
|
||||
with self._filelock:
|
||||
self._ba_datacp = self._ba_devdata[:]
|
||||
|
||||
self._selfupdate = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user