mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
3d5c437a74
commit
325da0b8ce
|
@ -8117,7 +8117,8 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
if '?' in postId:
|
||||
postId = postId.split('?')[0]
|
||||
postUrl = httpPrefix + '://' + domainFull + \
|
||||
'/users/news/statuses' + postId
|
||||
'/users/news/statuses/' + postId
|
||||
print('TEST path: ' + path)
|
||||
print('TEST postUrl: ' + postUrl)
|
||||
msg = htmlEditNewsPost(translate, baseDir,
|
||||
path, domain, port,
|
||||
|
|
Loading…
Reference in New Issue