mirror of
https://github.com/Eledio/superfaktura-client.git
synced 2025-11-01 16:11:18 +01:00
Remove some debug
This commit is contained in:
@@ -22,7 +22,5 @@ class SuperFakturaAPI:
|
||||
|
||||
def post(self, endpoint: str, data: dict) -> Dict:
|
||||
url = f"{self._api_url}/{endpoint}"
|
||||
print(url)
|
||||
print(data)
|
||||
req = requests.post(url=url, headers=self._auth_header, data=data)
|
||||
return req.json()
|
||||
|
||||
Reference in New Issue
Block a user