summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2020-11-02 15:29:33 +0100
committerMathieu Le Marec - Pasquet <kiorky@cryptelium.net>2020-11-02 16:07:54 +0100
commit403d704f62e41174faf89c9cf11074240642aba1 (patch)
tree64c07333b221feaa70d9791f960ae84e551959ad
parente929d669f947d501f54abf35fe9969a3cb5cb063 (diff)
downloadcroniter-dont-install-tests.tar.gz
-rw-r--r--src/croniter/croniter.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/croniter/croniter.py b/src/croniter/croniter.py
index 604d833..96dec79 100644
--- a/src/croniter/croniter.py
+++ b/src/croniter/croniter.py
@@ -58,10 +58,13 @@ class croniter(object):
{}, # 0: min
{}, # 1: hour
{"l": "l"}, # 2: dom
+ # 3: mon
{'jan': 1, 'feb': 2, 'mar': 3, 'apr': 4, 'may': 5, 'jun': 6,
- 'jul': 7, 'aug': 8, 'sep': 9, 'oct': 10, 'nov': 11, 'dec': 12}, # 3: mon
- {'sun': 0, 'mon': 1, 'tue': 2, 'wed': 3, 'thu': 4, 'fri': 5, 'sat': 6}, #4: dow
- {} # command/user
+ 'jul': 7, 'aug': 8, 'sep': 9, 'oct': 10, 'nov': 11, 'dec': 12},
+ # 4: dow
+ {'sun': 0, 'mon': 1, 'tue': 2, 'wed': 3, 'thu': 4, 'fri': 5, 'sat': 6},
+ # command/user
+ {}
)
LOWMAP = (