From 1e6bf28001189fea07ee15ba77ff196bc4162632 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 17 Jul 2019 22:42:30 +0100 Subject: [PATCH] Typo --- blocking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocking.py b/blocking.py index 0ed91749..6edf999e 100644 --- a/blocking.py +++ b/blocking.py @@ -259,7 +259,7 @@ def outboxUndoBlock(baseDir: str,httpPrefix: str, \ if debug: print('DEBUG: undo block - no type') return - if not messageJson['type']=='undo': + if not messageJson['type']=='Undo': if debug: print('DEBUG: not an undo block') return