Don't print credentials
This commit is contained in:
@@ -85,8 +85,6 @@ class _CoreNetworksAPIClient:
|
|||||||
return self.token
|
return self.token
|
||||||
|
|
||||||
try:
|
try:
|
||||||
print(self.username)
|
|
||||||
print(self.password)
|
|
||||||
response = requests.post(
|
response = requests.post(
|
||||||
f"{API_BASE_URL}/auth/token",
|
f"{API_BASE_URL}/auth/token",
|
||||||
json={"login": self.username, "password": self.password},
|
json={"login": self.username, "password": self.password},
|
||||||
|
|||||||
Reference in New Issue
Block a user