Removed print from add_remove_group
This commit is contained in:
@@ -366,6 +366,4 @@ class Connection:
|
||||
'memberEntry': (None, group_name),
|
||||
}
|
||||
url = self._host + path
|
||||
resp = self._session.post(url, files=args)
|
||||
print(resp.text)
|
||||
return resp.ok
|
||||
return self._session.post(url, files=args).ok
|
||||
|
||||
Reference in New Issue
Block a user