main
Bob Mottram 2020-10-10 22:38:29 +01:00
parent 3d5c437a74
commit 325da0b8ce
1 changed files with 2 additions and 1 deletions

View File

@ -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,