fix: remove redundant else branch

This commit is contained in:
Daniel 2022-08-04 16:16:13 +02:00
parent 2cb41fcd3e
commit 57d14765a8
No known key found for this signature in database
GPG key ID: 3FB015F7E1AA3AFB

View file

@ -592,8 +592,6 @@ class JMWalletDaemon(Service):
# by the call to `check_cookie_if_present` above.
if self.taker is not None and not self.taker.aborted:
schedule = self.taker.schedule
else:
schedule = None
else:
wallet_name = "not yet loaded"
else: