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