mirror of https://gitlab.com/bashrc2/epicyon
Remove stray indentation
parent
01338dd85d
commit
bdb13540d2
2
utils.py
2
utils.py
|
@ -951,7 +951,7 @@ def updateLikesCollection(recentPostsCache: {},
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: saving post with likes added')
|
print('DEBUG: saving post with likes added')
|
||||||
pprint(postJsonObject)
|
pprint(postJsonObject)
|
||||||
saveJson(postJsonObject, postFilename)
|
saveJson(postJsonObject, postFilename)
|
||||||
|
|
||||||
|
|
||||||
def undoAnnounceCollectionEntry(recentPostsCache: {},
|
def undoAnnounceCollectionEntry(recentPostsCache: {},
|
||||||
|
|
Loading…
Reference in New Issue