master
Bob Mottram 2019-07-17 22:42:30 +01:00
parent ce5488d9fd
commit 1e6bf28001
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ def outboxUndoBlock(baseDir: str,httpPrefix: str, \
if debug: if debug:
print('DEBUG: undo block - no type') print('DEBUG: undo block - no type')
return return
if not messageJson['type']=='undo': if not messageJson['type']=='Undo':
if debug: if debug:
print('DEBUG: not an undo block') print('DEBUG: not an undo block')
return return