1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Add keyaliases config default

This commit is contained in:
Daniel Martí 2014-04-01 18:58:20 +02:00
parent f10d16f734
commit d8374b3efa

View File

@ -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: