reduce sleep time in email_handler

This commit is contained in:
Son NK 2019-12-09 22:09:28 +01:00
parent 9dd4a4afb7
commit 29d48b7d0f
1 changed files with 1 additions and 1 deletions

View File

@ -260,4 +260,4 @@ if __name__ == "__main__":
LOG.d("Start mail controller %s %s", controller.hostname, controller.port)
while True:
time.sleep(10)
time.sleep(2)