Skip to content

Commit

Permalink
Merge pull request #11
Browse files Browse the repository at this point in the history
Capital List Endpoint Update
  • Loading branch information
arpandaze authored Jun 21, 2023
2 parents 58301a0 + 4a9ca84 commit 41947d7
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 648 deletions.
2 changes: 1 addition & 1 deletion nepseutils/meroshare.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def get_capital_list() -> dict:
"Authorization": "null",
}
sess.headers.update(headers)
cap_req = sess.get("https://backend.cdsc.com.np/api/meroShare/capital/")
cap_req = sess.get(f"{MS_API_BASE}/meroShare/capital/")
cap_list = cap_req.json()

any(
Expand Down
Loading

0 comments on commit 41947d7

Please sign in to comment.