From 927f922c85bc60d3eafcccfae06fd950eca37817 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Jul 2019 10:49:12 +0100 Subject: [PATCH] Tidying --- delete.py | 2 +- inbox.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/delete.py b/delete.py index ce003af3d..266a0974c 100644 --- a/delete.py +++ b/delete.py @@ -23,7 +23,7 @@ def createDelete(session,baseDir: str,federationList: [], \ sendThreads: [],postLog: [], \ personCache: {},cachedWebfingers: {}, \ debug: bool) -> {}: - """Creates an delete message + """Creates a delete message Typically toUrl will be https://www.w3.org/ns/activitystreams#Public and ccUrl might be a specific person whose post is to be deleted objectUrl is typically the url of the message, corresponding to url diff --git a/inbox.py b/inbox.py index 0d9637182..56f30dbda 100644 --- a/inbox.py +++ b/inbox.py @@ -697,7 +697,7 @@ def inboxAfterCapabilities(session,keyId: str,handle: str,messageJson: {}, \ federationList, \ debug): if debug: - print('DEBUG: Announce accepted from '+keyId) + print('DEBUG: Delete accepted from '+keyId) if debug: print('DEBUG: object capabilities passed')