Fix calibre-debug -d broken by bug in smart_device_app

This commit is contained in:
Kovid Goyal 2015-05-19 09:10:40 +05:30
parent 379c8bde46
commit 9022554d93

View File

@ -351,6 +351,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
self.noop_counter = 0
self.debug_start_time = time.time()
self.debug_time = time.time()
self.is_connected = False
def _debug(self, *args):
# manual synchronization so we don't lose the calling method name