fix mixmate indent
This commit is contained in:
parent
c2b7246048
commit
fbcb95be9e
2 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,7 @@ def block_mixer(upload_list: List[onionrtypes.BlockHash],
|
|||
|
||||
try:
|
||||
if time.time() - bl.claimedTime > onionrvalues.BLOCK_POOL_MAX_AGE:
|
||||
raise ValueError
|
||||
raise ValueError
|
||||
except TypeError:
|
||||
pass
|
||||
if block_to_mix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue