From 5c637349f2f660fe10b48a5d79c3f1e83e421e10 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 10 Feb 2023 17:17:50 +0000 Subject: [PATCH] Debug --- daemon.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/daemon.py b/daemon.py index b478552f2..6c292eba9 100644 --- a/daemon.py +++ b/daemon.py @@ -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