Fix error after rebasing

pull/507/head
szotov 2019-02-16 15:58:39 +03:00
parent 2e610fceed
commit dcf5a185a1
1 changed files with 1 additions and 1 deletions

View File

@ -565,7 +565,7 @@ class Bob(Character):
from nucypher.policy.models import IndisputableEvidence
return IndisputableEvidence(capsule, cfrag, ursula)
def make_wsgi_app(drone_bob, start_learning=True):
def make_wsgi_app(drone_bob, start_learning=True):
bob_control = Flask('bob-control')
drone_bob.start_learning_loop(now=start_learning)