Some more kivy wip

This commit is contained in:
Ciaran Gultnieks 2013-11-26 22:02:33 +00:00
parent 1390704c91
commit 53781f913b
5 changed files with 24 additions and 5 deletions

View file

@ -61,7 +61,8 @@ def read_config(opts, config_file='config.py'):
'update_stats': False,
'archive_older': 0,
'max_icon_size': 72,
'stats_to_carbon': False
'stats_to_carbon': False,
'repo_maxage': 0
}
if options.verbose:
print "Reading %s..." % config_file