Return a empty json map as default instead of an empty string for unknown fields
This commit is contained in:
@@ -181,7 +181,7 @@ class MetaDataHandler(object):
|
||||
else:
|
||||
return "%s" % (PLACEMENT_CAPABILITIES.get(pentry, ''))
|
||||
else:
|
||||
return ''
|
||||
return '{}'
|
||||
|
||||
class UserDataHandler(object):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user