mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +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': {
|
'char_limits': {
|
||||||
'Summary' : 50,
|
'Summary' : 50,
|
||||||
'Description' : 1500
|
'Description' : 1500
|
||||||
}
|
},
|
||||||
|
'keyaliases': { },
|
||||||
}
|
}
|
||||||
for k, v in defconfig.items():
|
for k, v in defconfig.items():
|
||||||
if k not in config:
|
if k not in config:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue