Amend user-update operation to simplify options
[osm/osmclient.git] / osmclient / sol005 / client.py
index b05dbcc..9f97c31 100644 (file)
@@ -104,7 +104,7 @@ class Client(object):
         self.utils = utils.Utils(http_client, **kwargs)
         """
 
-    def get_token(self, pwd_change=None):
+    def get_token(self, pwd_change=False):
         self._logger.debug("")
         if self._token is None:
             postfields_dict = {