Skip to content

Commit 0ca3593

Browse files
committed
no meaning
1 parent 5aca317 commit 0ca3593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ptd_client_server/lib/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def max_volts_amps_avg_watts(
195195
if len(watts) >= 1:
196196
avgWatts = Decimal(sum(watts) / len(watts))
197197
else:
198-
avgWatts = -1
198+
avgWatts = Decimal(-1)
199199
return str(maxVolts), str(maxAmps), str("%.6f" % avgWatts)
200200

201201

0 commit comments

Comments
 (0)