Skip to content

Commit

Permalink
Move to android as user agent?
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmer committed Jan 6, 2024
1 parent c78f42b commit 8a3133b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions blinkpy/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
"""
OTHER
"""
DEFAULT_USER_AGENT = (
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) "
"AppleWebKit/537.36 (KHTML, like Gecko) "
"Chrome/71.0.3578.98 Safari/537.36"
)
DEFAULT_USER_AGENT = ("27.0ANDROID_28373244")
DEVICE_ID = "Blinkpy"
TIMESTAMP_FORMAT = "%Y-%m-%dT%H:%M:%S%z"
DEFAULT_MOTION_INTERVAL = 1
Expand Down

0 comments on commit 8a3133b

Please sign in to comment.