Skip to content

Commit

Permalink
Add the ability to change your country and locale [#241] Update Insta…
Browse files Browse the repository at this point in the history
…gram App version
  • Loading branch information
adw0rd committed Jul 4, 2021
1 parent 436df90 commit f699b6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions instagrapi/mixins/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,16 +548,16 @@ def set_device(self, device: Dict = None) -> bool:
A boolean value
"""
self.device_settings = device or {
"app_version": "169.3.0.30.135",
"app_version": "194.0.0.36.172",
"android_version": 26,
"android_release": "8.0.0",
"dpi": "640dpi",
"resolution": "1440x2560",
"dpi": "480dpi",
"resolution": "1080x1920",
"manufacturer": "Xiaomi",
"device": "MI 5s",
"model": "capricorn",
"cpu": "qcom",
"version_code": "264009049",
"version_code": "301484483",
}
self.settings["device_settings"] = self.device_settings
self.set_uuids({})
Expand Down

0 comments on commit f699b6b

Please sign in to comment.