re-add image_preview; configurable

This commit is contained in:
urlbot
2014-10-03 19:18:52 +02:00
parent 6ce9e177de
commit 6d11929e54
2 changed files with 12 additions and 3 deletions

View File

@@ -31,6 +31,8 @@ config['enhanced-random-user'] = ( 'FIXME', 'FIXME' )
config['tea_steep_time'] = (3*60 + 40)
config['image_preview'] = True
def conf(val):
if val in list(config.keys()):
return config[val]