moved VERSION stuff to common.py

This commit is contained in:
urlbot
2014-09-27 09:41:29 +02:00
parent aae684170d
commit e721c328f7
4 changed files with 17 additions and 19 deletions

View File

@@ -18,9 +18,6 @@ config['hist_max_time'] = 10 * 60
config['uptime'] = -time.time()
config['request_counter'] = 0
config['version'] = None
# the "dice" feature will use more efficient random data (0) for given users
config['enhanced-random-user'] = ( 'FIXME', 'FIXME' )