Skip to content
  1. Mar 06, 2020
    • Seblu's avatar
      Package.check always return check_delta time · 7d1cfbe4
      Seblu authored
      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'
      7d1cfbe4
    • Seblu's avatar
      Fix _run_command name displayed in log files · 76228249
      Seblu authored
      76228249
  2. Jan 23, 2020
    • Seblu's avatar
      Refactoring · da02f85d
      Seblu authored
      - Put deamon code in Robot class
      - Put package check/update code in Package class
      - Use python3 f'string
      - Use sentences for comments and docstrings
      da02f85d
  3. Jan 22, 2020
  4. Oct 09, 2018
  5. Oct 06, 2018
  6. Apr 17, 2016
  7. Dec 29, 2015
  8. Dec 28, 2015
  9. Mar 22, 2015