Snake case

main
Bob Mottram 2021-12-25 22:35:43 +00:00
parent 8b496452ed
commit ffb98f784e
1 changed files with 1 additions and 1 deletions

View File

@ -18749,7 +18749,7 @@ def runDaemon(content_license_url: str,
httpd.lastPOST = 0 httpd.lastPOST = 0
httpd.GETbusy = False httpd.GETbusy = False
httpd.POSTbusy = False httpd.POSTbusy = False
httpd.receivedMessage = False httpd.received_message = False
httpd.inboxQueue = [] httpd.inboxQueue = []
httpd.send_threads = send_threads httpd.send_threads = send_threads
httpd.postLog = [] httpd.postLog = []