Fix overseerr structures
This commit is contained in:
parent
d1b47e0bd9
commit
442b518ced
4 changed files with 5 additions and 7 deletions
|
@ -18,7 +18,7 @@ class OverseerrAPI(object):
|
|||
def __repr__(self):
|
||||
return f"<overseerr-{self.server.id}>"
|
||||
|
||||
def get_request_status_counts(self):
|
||||
def get_request_counts(self):
|
||||
now = datetime.now(timezone.utc).astimezone().isoformat()
|
||||
endpoint = '/api/v1/request/count'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue