main
Bob Mottram 2023-02-10 17:17:50 +00:00
parent 507085494e
commit 5c637349f2
1 changed files with 3 additions and 0 deletions

View File

@ -6165,6 +6165,9 @@ class PubServer(BaseHTTPRequestHandler):
if b'--LYNX' in post_bytes:
boundary = '--LYNX'
if debug:
print('post_bytes: ' + str(post_bytes))
if boundary:
# get the various avatar, banner and background images
actor_changed = True