a "teatimer" implemented

This commit is contained in:
urlbot
2014-09-29 19:15:00 +02:00
parent 98dd94fc63
commit 1ddd43c274
3 changed files with 47 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ config['persistent_storage'] = 'urlbot.persistent'
# the "dice" feature will use more efficient random data (0) for given users
config['enhanced-random-user'] = ( 'FIXME', 'FIXME' )
config['tea_steep_time'] = (3*60 + 40)
def conf(val):
if val in list(config.keys()):
return config[val]