Commit dbf55d6f authored by OzzieIsaacs's avatar OzzieIsaacs

Fix #565

parent 7a38c05f
......@@ -101,7 +101,8 @@ class EMailThread(threading.Thread):
doLock.release()
self.send_raw_email()
self.current += 1
doLock.release()
else:
doLock.release()
time.sleep(1)
def stop(self):
......
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