mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
fix pylink 'dict' has no member 'keystore'
This commit is contained in:
parent
17cd07f1a7
commit
9ad457c16f
1 changed files with 1 additions and 1 deletions
|
@ -1538,7 +1538,7 @@ def main():
|
||||||
config['keydname'] = 'CN=' + config['repo_keyalias'] + ', OU=F-Droid'
|
config['keydname'] = 'CN=' + config['repo_keyalias'] + ', OU=F-Droid'
|
||||||
common.write_to_config(config, 'keydname', config['keydname'])
|
common.write_to_config(config, 'keydname', config['keydname'])
|
||||||
if 'keystore' not in config:
|
if 'keystore' not in config:
|
||||||
config['keystore'] = common.default_config.keystore
|
config['keystore'] = common.default_config['keystore']
|
||||||
common.write_to_config(config, 'keystore', config['keystore'])
|
common.write_to_config(config, 'keystore', config['keystore'])
|
||||||
|
|
||||||
password = common.genpassword()
|
password = common.genpassword()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue