Skip to content

Commit

Permalink
Remove user agent header (fixes arraylabs#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
brbeaird committed Oct 30, 2019
1 parent af5f1e8 commit dff9fcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pymyq/api.py
Expand Up @@ -18,8 +18,6 @@
DEFAULT_APP_ID = "JVM/G9Nwih5BwKgNCjLxiFUQxQijAebyyg8QUHr7JOrP+tuPb8iHfRHKwTmDzHOu"
DEFAULT_REQUEST_RETRIES = 5
DEFAULT_STATE_UPDATE_INTERVAL = timedelta(seconds=5)
DEFAULT_USER_AGENT = "Chamberlain/3.73"

NON_COVER_DEVICE_FAMILIES = "gateway"


Expand Down Expand Up @@ -71,7 +69,6 @@ async def request(
{
"Content-Type": "application/json",
"MyQApplicationId": DEFAULT_APP_ID,
"User-Agent": DEFAULT_USER_AGENT,
}
)

Expand Down

0 comments on commit dff9fcd

Please sign in to comment.