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.get('shareOnProfile'):
|
||||||
if fields['shareOnProfile'] == 'on':
|
if fields['shareOnProfile'] == 'on':
|
||||||
share_on_profile = True
|
share_on_profile = True
|
||||||
|
print('DEBUG: shareOnProfile: ' + post_type + ' ' + str(fields))
|
||||||
add_share(self.server.base_dir,
|
add_share(self.server.base_dir,
|
||||||
self.server.http_prefix,
|
self.server.http_prefix,
|
||||||
nickname,
|
nickname,
|
||||||
|
|
Loading…
Reference in New Issue