Skip to content

Commit 3022060

Browse files
authored
Merge pull request #4 from SConaway/patch-1
Update __init__.py
2 parents 2902fb0 + cba7652 commit 3022060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymyq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class MyQAPI:
3737
LOGIN_ENDPOINT = "api/v4/User/Validate"
3838
DEVICE_LIST_ENDPOINT = "api/v4/UserDeviceDetails/Get"
3939
DEVICE_SET_ENDPOINT = "api/v4/DeviceAttribute/PutDeviceAttribute"
40-
USERAGENT = "Chamberlain/3773 (iPhone; iOS 10.0.1; Scale/2.00)"
40+
USERAGENT = "Chamberlain/3773 (iPhone; iOS 11.0.3; Scale/2.00)"
4141

4242
REQUEST_TIMEOUT = 3.0
4343

0 commit comments

Comments
 (0)