mirror of https://gitlab.com/bashrc2/epicyon
Snake case
parent
8b496452ed
commit
ffb98f784e
|
@ -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 = []
|
||||||
|
|
Loading…
Reference in New Issue