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