diff options
author | Wojciech Kosior <kwojtus@protonmail.com> | 2020-06-04 20:51:02 +0200 |
---|---|---|
committer | Wojciech Kosior <kwojtus@protonmail.com> | 2020-06-04 20:51:02 +0200 |
commit | 95beffcb8b8e69afdf2b83dfe5c4b01e515c67d6 (patch) | |
tree | f62b3266103d8d716a574df1a14aa005114c4924 /0tdns_crontab | |
parent | 3dbec14a792b2ea6d8f67a6090d57f0f1859e6d9 (diff) | |
download | 0tdns-95beffcb8b8e69afdf2b83dfe5c4b01e515c67d6.tar.gz 0tdns-95beffcb8b8e69afdf2b83dfe5c4b01e515c67d6.zip |
get current date from within python
Diffstat (limited to '0tdns_crontab')
-rw-r--r-- | 0tdns_crontab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0tdns_crontab b/0tdns_crontab index 306d439..a6b9274 100644 --- a/0tdns_crontab +++ b/0tdns_crontab @@ -1 +1 @@ -0 * * * * /usr/sbin/hourly.sh # <AUTO_GENERATED_0TDNS_ENTRY> do not remove this '<>' tag +0 * * * * /usr/sbin/hourly.py # <AUTO_GENERATED_0TDNS_ENTRY> do not remove this '<>' tag |