forked from indymedia/epicyon
Typo
parent
ce5488d9fd
commit
1e6bf28001
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue