Skip to content

Commit

Permalink
Little logic fix
Browse files Browse the repository at this point in the history
This needs more thought
  • Loading branch information
hydrusnetwork committed Nov 22, 2023
1 parent dcdb294 commit 304830d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hydrus/client/ClientThreading.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ def Cancel( self, seconds = None ) -> bool:

def Delete( self, seconds = None ) -> bool:

if not self.IsDeletable():

return False


if seconds is None:

self._deleted.set()
Expand Down

0 comments on commit 304830d

Please sign in to comment.