readd accidentally lost ")"
This commit is contained in:
parent
b22ab564be
commit
06acbcfb98
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ class Server(object):
|
|||
actor = ap_actor.Actor(new_follower)
|
||||
actor.load()
|
||||
accept = ap_activities.Accept(data["id"], data)
|
||||
actor.inbox.send(our_actor, accept, private_key
|
||||
actor.inbox.send(our_actor, accept, private_key)
|
||||
|
||||
follow_id = "data:%s" % str(uuid.uuid4())
|
||||
follow = ap_activities.Follow(follow_id, actor.url)
|
||||
|
|
Loading…
Reference in a new issue