mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Add keyaliases config default
This commit is contained in:
parent
f10d16f734
commit
d8374b3efa
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ def read_config(opts, config_file='config.py'):
|
|||
'char_limits': {
|
||||
'Summary' : 50,
|
||||
'Description' : 1500
|
||||
}
|
||||
},
|
||||
'keyaliases': { },
|
||||
}
|
||||
for k, v in defconfig.items():
|
||||
if k not in config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue