Skip to content

Commit

Permalink
tweak torrents_remove_categories
Browse files Browse the repository at this point in the history
  • Loading branch information
ccf-2012 committed Aug 17, 2022
1 parent 062b475 commit 2d66812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crseed/torclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def findJustAdded(self, timestamp):
# breakpoint()
if torList:
print('Added: '+torList[0].name)
# torList[0].set_category(category=None)
# time.sleep(1)
torList[0].set_category(category=None)
self.qbClient.torrents_remove_categories(categories=timestamp)
return torList[0]
else:
Expand Down

0 comments on commit 2d66812

Please sign in to comment.