mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
507085494e
commit
5c637349f2
|
@ -6165,6 +6165,9 @@ class PubServer(BaseHTTPRequestHandler):
|
||||||
if b'--LYNX' in post_bytes:
|
if b'--LYNX' in post_bytes:
|
||||||
boundary = '--LYNX'
|
boundary = '--LYNX'
|
||||||
|
|
||||||
|
if debug:
|
||||||
|
print('post_bytes: ' + str(post_bytes))
|
||||||
|
|
||||||
if boundary:
|
if boundary:
|
||||||
# get the various avatar, banner and background images
|
# get the various avatar, banner and background images
|
||||||
actor_changed = True
|
actor_changed = True
|
||||||
|
|
Loading…
Reference in New Issue