diff --git a/fdroidserver/update.py b/fdroidserver/update.py index 2e79ea29..b0ff8d0a 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -1538,7 +1538,7 @@ def main(): config['keydname'] = 'CN=' + config['repo_keyalias'] + ', OU=F-Droid' common.write_to_config(config, 'keydname', config['keydname']) 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']) password = common.genpassword()