pull/1122/head
Luca Di Leo 2022-01-14 04:20:14 -08:00
rodzic 3e8f28680f
commit 9fc930104c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -112,7 +112,8 @@ class DroneDB:
return [
{'slug': o['slug'],
'name': o['name'],
# Maybe add a null check
'name': o['properties']['meta']['name']['data'],
'public': o['properties'].get('public'),
'size': o['size'],
'entries': o['properties'].get('entries')