fix bug 643 750. Allow project update to change name
[osm/osmclient.git] / osmclient / sol005 / user.py
index eca4edb..6604c93 100644 (file)
@@ -149,7 +149,7 @@ class User(object):
                                       resp))
             print(resp['id'])
         elif http_code == 204:
-            pass
+            print('Updated')
         else:
             msg = ""
             if resp: