mirror of https://gitlab.com/bashrc2/epicyon
Remove debug
parent
800b50996f
commit
cd01a1f761
3
posts.py
3
posts.py
|
@ -358,9 +358,6 @@ def savePostToBox(baseDir: str,httpPrefix: str,postId: str, \
|
||||||
|
|
||||||
if not postId:
|
if not postId:
|
||||||
statusNumber,published = getStatusNumber()
|
statusNumber,published = getStatusNumber()
|
||||||
print('*****originalDomain: '+str(originalDomain))
|
|
||||||
print('*****nickname: '+str(nickname))
|
|
||||||
print('*****statusNumber: '+str(statusNumber))
|
|
||||||
postId=httpPrefix+'://'+originalDomain+'/users/'+nickname+'/statuses/'+statusNumber
|
postId=httpPrefix+'://'+originalDomain+'/users/'+nickname+'/statuses/'+statusNumber
|
||||||
postJsonObject['id']=postId+'/activity'
|
postJsonObject['id']=postId+'/activity'
|
||||||
if postJsonObject.get('object'):
|
if postJsonObject.get('object'):
|
||||||
|
|
Loading…
Reference in New Issue