comparison sat_frontends/quick_frontend/quick_widgets.py @ 3108:07aac71ea31f

quick_frontend (widget): typo
author Goffi <goffi@goffi.org>
date Fri, 03 Jan 2020 20:10:58 +0100
parents ab2696e34d29
children 91891a108d6f
comparison
equal deleted inserted replaced
3107:a754523fc0f6 3108:07aac71ea31f
390 self._sync = state 390 self._sync = state
391 391
392 def resync(self): 392 def resync(self):
393 """Method called when backend can be resynchronized 393 """Method called when backend can be resynchronized
394 394
395 The widget has to set self.sync itself when the synchronisation if finished 395 The widget has to set self.sync itself when the synchronisation is finished
396 """ 396 """
397 pass 397 pass
398 398
399 # target/profile 399 # target/profile
400 400