diff --git a/lib/pyrrent2http/pyrrent2http.py b/lib/pyrrent2http/pyrrent2http.py index 5a34604..19f6a13 100644 --- a/lib/pyrrent2http/pyrrent2http.py +++ b/lib/pyrrent2http/pyrrent2http.py @@ -787,7 +787,9 @@ class Pyrrent2http(object): # info = self.torrentHandle.torrent_file() #except: # info = self.torrentHandle.get_torrent_info() + logging.info('getting status') tstatus = self.torrentHandle.status() + logging.info('status is here') status = { # 'name' : info.name(),