Skip to content

Commit bb67f10

Browse files
committed
🐛 fix _last_used_by not working for T4
1 parent 236e04f commit bb67f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pypetkitapi/litter_container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def query_param(
426426
return {
427427
"endDate": end_date,
428428
"deviceId": device.device_id,
429-
"type": device.type_code,
429+
"type": "0", # Not working : `device.type_code` Force to 0 workaround for T3/T4 ? ,
430430
"startDate": start_date,
431431
}
432432

0 commit comments

Comments
 (0)