mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 21:47:19 -04:00
Only say 'reading config file' in verbose mode
This commit is contained in:
@@ -68,7 +68,8 @@ def read_config(opts, config_file='config.py'):
|
||||
'max_icon_size': 72,
|
||||
'stats_to_carbon': False
|
||||
}
|
||||
print "Reading %s..." % config_file
|
||||
if options.verbose:
|
||||
print "Reading %s..." % config_file
|
||||
execfile(config_file, config)
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user