This commit is contained in:
parent
86469b10de
commit
e49c466ec3
|
@ -137,4 +137,4 @@ def update_mosq_device_info():
|
|||
default_org = Org.objects.all().first()
|
||||
for device_id in x:
|
||||
DeviceInfo.objects.create(device_id=device_id, org=default_org)
|
||||
return x
|
||||
return list(x)
|
||||
|
|
Loading…
Reference in New Issue