mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 02:13:47 +02:00
Fix calibre-debug -d broken by bug in smart_device_app
This commit is contained in:
parent
379c8bde46
commit
9022554d93
1 changed files with 1 additions and 0 deletions
|
|
@ -351,6 +351,7 @@ def __init__(self, path):
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue