mirror of https://gitlab.com/bashrc2/epicyon
Users
parent
a2a90f6bd1
commit
bdeb21b5c5
|
@ -1200,7 +1200,7 @@ def sharesTimelineJson(actor: str,pageNumber: int,itemsPerPage: int, \
|
||||||
sharesJson=loadJson(sharesFilename)
|
sharesJson=loadJson(sharesFilename)
|
||||||
if not sharesJson:
|
if not sharesJson:
|
||||||
continue
|
continue
|
||||||
owner=actor.split('/users/')[0]+handle.split('@')[0]
|
owner=actor.split('/users/')[0]+'/users/'+handle.split('@')[0]
|
||||||
ctr=0
|
ctr=0
|
||||||
for itemID,item in sharesJson.items():
|
for itemID,item in sharesJson.items():
|
||||||
item['actor']=owner
|
item['actor']=owner
|
||||||
|
|
Loading…
Reference in New Issue