Commit dbf55d6f authored by OzzieIsaacs's avatar OzzieIsaacs

Fix #565

parent 7a38c05f
...@@ -101,6 +101,7 @@ class EMailThread(threading.Thread): ...@@ -101,6 +101,7 @@ class EMailThread(threading.Thread):
doLock.release() doLock.release()
self.send_raw_email() self.send_raw_email()
self.current += 1 self.current += 1
else:
doLock.release() doLock.release()
time.sleep(1) time.sleep(1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment