Browse Source

Fixed get all upload targets endpoint

pull/5/head
afrmtbl 3 years ago
parent
commit
02ac9e6069
No known key found for this signature in database GPG Key ID: F5219A17363BED6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tracker.py

+ 1
- 1
tracker.py View File

@@ -117,7 +117,7 @@ def request_upload_target() -> Optional[str]:


def request_all_upload_targets() -> Optional[List[str]]:
req = tracker_session.get(f"{TRACKER_ENDPOINT}/upload")
req = tracker_session.get(f"{TRACKER_ENDPOINT}/upload_targets")

code = req.status_code



Loading…
Cancel
Save