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