mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 02:13:59 +00:00
lint
This commit is contained in:
@@ -128,7 +128,7 @@ class TorrentDownloader:
|
||||
self.torrent_handle = None
|
||||
|
||||
def get_download_status(self):
|
||||
if self.torrent_handle == None:
|
||||
if self.torrent_handle is None:
|
||||
return None
|
||||
|
||||
status = self.torrent_handle.status()
|
||||
|
||||
Reference in New Issue
Block a user