You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on line 146 of the ztaskd command where the filehandler is created, it uses the delay kwarg which was introduced in python2.6
removing it makes it usable with earlier versions of python
if logfile:
handler = logging.FileHandler(logfile )