mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Only say 'reading config file' in verbose mode
This commit is contained in:
parent
60fbbead5c
commit
652674f4eb
1 changed files with 2 additions and 1 deletions
|
|
@ -68,6 +68,7 @@ def read_config(opts, config_file='config.py'):
|
||||||
'max_icon_size': 72,
|
'max_icon_size': 72,
|
||||||
'stats_to_carbon': False
|
'stats_to_carbon': False
|
||||||
}
|
}
|
||||||
|
if options.verbose:
|
||||||
print "Reading %s..." % config_file
|
print "Reading %s..." % config_file
|
||||||
execfile(config_file, config)
|
execfile(config_file, config)
|
||||||
return config
|
return config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue