mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Add logging to init.py, remove silly options.verbose code
This commit is contained in:
parent
b7a67e79b7
commit
dbb6db5bb5
2 changed files with 15 additions and 17 deletions
|
@ -48,8 +48,6 @@ def read_config(opts, config_file='config.py'):
|
|||
sys.exit(2)
|
||||
|
||||
options = opts
|
||||
if not hasattr(options, 'verbose'):
|
||||
options.verbose = False
|
||||
|
||||
defconfig = {
|
||||
'sdk_path': "$ANDROID_HOME",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue