Removed unneded code and return earlier
This commit is contained in:
parent
13a52c40f2
commit
0b3fb04728
1 changed files with 0 additions and 3 deletions
|
@ -116,9 +116,6 @@ class QbittorrentMetricsCollector():
|
|||
categories = self.client.torrent_categories.categories
|
||||
except Exception as e:
|
||||
logger.error(f"Couldn't fetch categories: {e}")
|
||||
categories = None
|
||||
|
||||
if not categories:
|
||||
return []
|
||||
|
||||
if not self.torrents:
|
||||
|
|
Loading…
Reference in a new issue