Fix warnings

main
Bob Mottram 2020-05-02 10:19:24 +00:00
parent 1aaeb2cb01
commit 15ba6c3688
3 changed files with 9 additions and 9 deletions

View File

@ -816,7 +816,7 @@ class PubServer(BaseHTTPRequestHandler):
print('Queue: Inbox queue is full')
self._503()
self.server.POSTbusy = False
if not restartInboxQueueInProgress:
if not self.server.restartInboxQueueInProgress:
self.server.restartInboxQueue = True
return 2