Skip to content

Commit

Permalink
Revert "[LCD4Linux] Fix typo"
Browse files Browse the repository at this point in the history
This reverts commit e7eec76.
  • Loading branch information
jbleyel committed Sep 11, 2020
1 parent bc73569 commit cc24058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LCD4linux/src/plugin.py
Expand Up @@ -374,7 +374,7 @@
]
now = localtime()
begin = mktime((
now.tm_year, now.tm_mon, now.tm_mday, 06, 00, \
now.tm_year, now.tm_mon, now.tm_mday, 0o6, 00, \
0, now.tm_wday, now.tm_yday, now.tm_isdst)
)

Expand Down

0 comments on commit cc24058

Please sign in to comment.