Skip to content

Commit

Permalink
0.9.6
Browse files Browse the repository at this point in the history
Fix for icloud changes
Remove Country Code from data sent
Fix from 0.9.5: Turn off debugging
  • Loading branch information
ghawken committed Jun 14, 2019
1 parent 58d41cb commit a058fec
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.5</string>
<string>0.9.6</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 @@ -223,7 +223,7 @@ def __init__(self, pluginId, pluginDisplayName, pluginVersion, pluginPrefs):
self.logger.debug(u"logLevel = " + str(self.logLevel))
self.triggers = {}

self.debugicloud = self.pluginPrefs.get('debugicloud', True)
self.debugicloud = self.pluginPrefs.get('debugicloud', False)
self.debugLevel = int(self.pluginPrefs.get('showDebugLevel', 20))
self.debugmaps = self.pluginPrefs.get('debugmaps', False)
self.debuggeofence = self.pluginPrefs.get('debuggeofence', False)
Expand Down

0 comments on commit a058fec

Please sign in to comment.