forked from indymedia/epicyon
Missing argument
parent
87d5cba6d2
commit
155761a3c5
|
@ -129,7 +129,8 @@ def undoAnnounceCollectionEntry(recentPostsCache: {}, \
|
||||||
len(postJsonObject['object']['shares']['items'])
|
len(postJsonObject['object']['shares']['items'])
|
||||||
saveJson(postJsonObject,postFilename)
|
saveJson(postJsonObject,postFilename)
|
||||||
|
|
||||||
def updateAnnounceCollection(baseDir: str,postFilename: str, \
|
def updateAnnounceCollection(recentPostsCache: {}, \
|
||||||
|
baseDir: str,postFilename: str, \
|
||||||
actor: str,domain: str,debug: bool) -> None:
|
actor: str,domain: str,debug: bool) -> None:
|
||||||
"""Updates the announcements collection within a post
|
"""Updates the announcements collection within a post
|
||||||
Confusingly this is known as "shares", but isn't the
|
Confusingly this is known as "shares", but isn't the
|
||||||
|
|
Loading…
Reference in New Issue