alt-html-css
Bob Mottram 2020-12-17 17:41:36 +00:00
parent e50aa8d9df
commit aa7a63e891
1 changed files with 3 additions and 0 deletions

View File

@ -5660,6 +5660,9 @@ class PubServer(BaseHTTPRequestHandler):
if filename:
saveJson(newswire[dateStr][votesIndex],
filename + '.votes')
else:
print('No newswire item with date: ' + dateStr + ' ' +
str(newswire))
originPathStrAbsolute = \
httpPrefix + '://' + domainFull + originPathStr + '/' + \