1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Fix Categories: default value

This commit is contained in:
Daniel Martí 2014-04-10 17:27:53 +02:00
parent 5b21f86af2
commit f4ee767013

View File

@ -32,7 +32,7 @@ app_defaults = {
'Name': None,
'Provides': None,
'Auto Name': '',
'Categories': 'None',
'Categories': ['None'],
'Description': [],
'Summary': '',
'License': 'Unknown',