cleanup code

This commit is contained in:
maxDorninger
2025-03-27 20:38:41 +01:00
parent 7e1365479c
commit e00f0b5a54
9 changed files with 9 additions and 11 deletions

View File

@@ -3,7 +3,6 @@ from dowloadClients.qbittorrent import QbittorrentClient
config = DownloadClientConfig()
# TODO: add more elif when implementing more download clients
if config.download_client == "qbit":
client = QbittorrentClient()
else: