Move debug statement

This commit is contained in:
2021-01-12 11:16:47 -05:00
parent 38977c3833
commit 8c0cfebbe3
+1 -1
View File
@@ -44,12 +44,12 @@ def battery():
else:
# Power Adapter NOT plugged in
adapter = "out"
print("HERE")
data['percentage'] = []
data['percentage'].append({
'level': capacity,
'voltage': voltage
})
print("HERE")
data['adapter'] = []
data['adapter'].append({
'status': adapter