diff options
Diffstat (limited to 'content/posts/2021-06-26-simple-world-clock.md')
| -rw-r--r-- | content/posts/2021-06-26-simple-world-clock.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/posts/2021-06-26-simple-world-clock.md b/content/posts/2021-06-26-simple-world-clock.md index 197c897..ef2f12c 100644 --- a/content/posts/2021-06-26-simple-world-clock.md +++ b/content/posts/2021-06-26-simple-world-clock.md | |||
| @@ -88,7 +88,7 @@ Before we add this job to cron we need to make `clock.py` executable with `chmod | |||
| 88 | 88 | ||
| 89 | Then we add a cronjob with `crontab -e`. | 89 | Then we add a cronjob with `crontab -e`. |
| 90 | 90 | ||
| 91 | ``` | 91 | ```txt |
| 92 | * * * * * /home/pi/clock.py | 92 | * * * * * /home/pi/clock.py |
| 93 | ``` | 93 | ``` |
| 94 | 94 | ||
| @@ -105,4 +105,3 @@ You can download my [STL file for the enclosure | |||
| 105 | here](/posts/world-clock/enclosure.stl), but make sure that dimensions make | 105 | here](/posts/world-clock/enclosure.stl), but make sure that dimensions make |
| 106 | sense and also opening for USB port should be added or just use a drill and some | 106 | sense and also opening for USB port should be added or just use a drill and some |
| 107 | hot glue to make it stick in the enclosure. | 107 | hot glue to make it stick in the enclosure. |
| 108 | |||
