mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
15f359f8dc
commit
5b9f17b462
|
@ -22437,6 +22437,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
if fields.get('shareOnProfile'):
|
||||
if fields['shareOnProfile'] == 'on':
|
||||
share_on_profile = True
|
||||
print('DEBUG: shareOnProfile: ' + post_type + ' ' + str(fields))
|
||||
add_share(self.server.base_dir,
|
||||
self.server.http_prefix,
|
||||
nickname,
|
||||
|
|
Loading…
Reference in New Issue