Skip to content

Commit

Permalink
0.9.5
Browse files Browse the repository at this point in the history
Fix for icloud changes
Remove Country Code from data sent
  • Loading branch information
ghawken committed Jun 14, 2019
1 parent bb8b29f commit 58d41cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iFindFriendsMini.indigoPlugin/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>0.9.4</string>
<string>0.9.5</string>
<key>ServerApiVersion</key>
<string>2.0</string>
<key>CFBundleDisplayName</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def authenticate(self):
'Content-Type': 'application/json',
'Accept': 'application/json, text/javascript, */*; q=0.01'
}
data = {'accountCountryCode': "AU",
data = {
'extended_login': False,
'dsWebAuthToken': sess_token
}
Expand Down

0 comments on commit 58d41cb

Please sign in to comment.