This commit is contained in:
LAX18 Development
2021-01-12 11:18:41 -05:00
parent 897428f92d
commit f683ff9d4c
+1 -1
View File
@@ -52,7 +52,7 @@ def battery():
print("HERE")
data['adapter'] = []
data['adapter'].append({
'status': adapter
'status': adapter
})
return data