Skip to content
Commit 7d1cfbe4 authored by Seblu's avatar Seblu
Browse files

Package.check always return check_delta time

Fix return NoneType in check:
[INFO] imapsync: Next check is planned in 3358s
[CRITICAL] '<' not supported between instances of 'int' and 'NoneType'
Traceback (most recent call last):
  File "/usr/bin/aurbot", line 458, in <module>
    Robot().start()
  File "/usr/bin/aurbot", line 449, in start
    timeout = min(next_checks)
TypeError: '<' not supported between instances of 'int' and 'NoneType'
parent 76228249
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