mirror of https://gitlab.com/bashrc2/epicyon
Link only the post id
parent
c6cf01c16a
commit
9ca03762fe
|
@ -80,8 +80,9 @@ def getTodaysEvents(baseDir: str,nickname: str,domain: str, \
|
||||||
int(eventTime.strftime("%m"))==monthNumber and \
|
int(eventTime.strftime("%m"))==monthNumber and \
|
||||||
int(eventTime.strftime("%d"))==dayNumber:
|
int(eventTime.strftime("%d"))==dayNumber:
|
||||||
dayOfMonth=str(int(eventTime.strftime("%d")))
|
dayOfMonth=str(int(eventTime.strftime("%d")))
|
||||||
|
if '#statuses#' in postId:
|
||||||
# link to the id so that the event can be easily deleted
|
# link to the id so that the event can be easily deleted
|
||||||
tag['postId']=postId
|
tag['postId']=postId.split('#statuses#')[1]
|
||||||
postEvent.append(tag)
|
postEvent.append(tag)
|
||||||
else:
|
else:
|
||||||
# tag is a place
|
# tag is a place
|
||||||
|
|
Loading…
Reference in New Issue