Skip to content

Commit

Permalink
fix #205
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa0128 committed Aug 24, 2023
1 parent bb8adc7 commit f5aa775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solox/view/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def makeReport():
process = method._request(request, 'process')
try:
video = 0
if platform == Platform.Android:
if platform == Platform.Android and model == 'normal':
deviceId = d.getIdbyDevice(devices, platform)
battery_monitor = Battery(deviceId=deviceId)
battery_monitor.recoverBattery()
Expand Down

0 comments on commit f5aa775

Please sign in to comment.