a functional prototype, plugins can be easily added and kinda work
This commit is contained in:
parent
7038b9a76a
commit
7edaa54a6f
3 changed files with 21 additions and 7 deletions
|
@ -2,5 +2,5 @@ import time
|
|||
|
||||
|
||||
def run(conf):
|
||||
fmt = conf['date']['format']
|
||||
fmt = conf['format']
|
||||
return time.strftime(fmt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue