temp log for testing
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
This commit is contained in:
parent
8c6a57c42a
commit
cd551c595f
@ -63,6 +63,8 @@ class API:
|
||||
dict: Dictionary containing status code, json or text.
|
||||
"""
|
||||
|
||||
log.debug("request to '%s', headers '%s', kwargs '%s'", url, self.token_headers, kwargs) # temp for testing
|
||||
|
||||
async with self.session.request(method, url, headers=self.token_headers, **kwargs) as response:
|
||||
response.raise_for_status()
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user