Restore include

main
Bob Mottram 2020-09-28 13:41:53 +01:00
parent 0ba1cc0ead
commit 9534197005
1 changed files with 2 additions and 1 deletions

View File

@ -152,7 +152,7 @@ from webinterface import rssHashtagSearch
from webinterface import htmlModerationInfo
from webinterface import htmlSearchSharedItems
from webinterface import htmlHashtagBlocked
# from webinterface import htmlSendingPost
from webinterface import htmlSendingPost
from shares import getSharesFeedForPerson
from shares import addShare
from shares import removeShare
@ -9262,6 +9262,7 @@ class PubServer(BaseHTTPRequestHandler):
# show a sending post screen
currHeaders = self.headers.items()
print('currHeaders: ' + str(currHeaders))
msg = \
htmlSendingPost(self.server.baseDir,
self.server.translate).encode('utf-8')