X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/2b33c4cf27ec6f4bd73c16ed1395eab209dec51f..2a9a65e46ee57ffa44bfc796c967b72be39ff85f:/python/disorder.py.in diff --git a/python/disorder.py.in b/python/disorder.py.in index 867b901..3cc300c 100644 --- a/python/disorder.py.in +++ b/python/disorder.py.in @@ -905,7 +905,7 @@ class client: def schedule_add(self, when, priority, action, *rest): """Add a scheduled event""" - self._simple("schedule-add", when, priorty, action, *rest) + self._simple("schedule-add", str(when), priority, action, *rest) ######################################################################## # I/O infrastructure