mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +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,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue