Skip to content

Commit

Permalink
Remove pointless console
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Nov 23, 2024
1 parent 0537f09 commit 12cb2bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ async def qbittorrent(self, path, torrent, local_path, remote_path, client, is_d
if not path.endswith('/'):
path += '/'

console.print("[red]Final Path:", path)

# Initialize qBittorrent client
qbt_client = qbittorrentapi.Client(
host=client['qbit_url'],
Expand Down

0 comments on commit 12cb2bd

Please sign in to comment.