a functional prototype, plugins can be easily added and kinda work

This commit is contained in:
Von Random 2016-10-19 02:11:49 +03:00
parent 7038b9a76a
commit 7edaa54a6f
3 changed files with 21 additions and 7 deletions

View file

@ -2,5 +2,5 @@ import time
def run(conf):
fmt = conf['date']['format']
fmt = conf['format']
return time.strftime(fmt)