X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2b33c4cf27ec6f4bd73c16ed1395eab209dec51f..eb5e067336c457058b5e67bf5835b778ec100019:/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