Loading ccnode/tags.py +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class Tag(object): self.watcher.start() def stop(self): if watcher is not None: if self.watcher is not None: self.watcher.stop() Loading Loading
ccnode/tags.py +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ class Tag(object): self.watcher.start() def stop(self): if watcher is not None: if self.watcher is not None: self.watcher.stop() Loading