You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On line 344 client.torrents.add(torrent_files=src, save_path=dest, category=category, tags='cross-seed', is_paused=True) in /modules/qbittorrent.py. I believe this should be self.client?
Also it looks like shutil isn't imported in /modules/qbittorrent.py so there's an error thrown on line 345
The text was updated successfully, but these errors were encountered:
On line 344
client.torrents.add(torrent_files=src, save_path=dest, category=category, tags='cross-seed', is_paused=True)
in/modules/qbittorrent.py
. I believe this should beself.client
?Also it looks like
shutil
isn't imported in/modules/qbittorrent.py
so there's an error thrown on line 345The text was updated successfully, but these errors were encountered: