diff --git a/autotraders/map/waypoint.py b/autotraders/map/waypoint.py index baf3ad4..079746f 100644 --- a/autotraders/map/waypoint.py +++ b/autotraders/map/waypoint.py @@ -48,11 +48,11 @@ def update(self, data=None): ) @staticmethod - def all(session, page: int = 1) -> PaginatedList: + def all(session, system_symbol, page: int = 1) -> PaginatedList: def paginated_func(p, num_per_page): r = session.get( session.base_url - + "systems/waypoints?limit=" + + "systems/" + system_symbol + "/waypoints?limit=" + str(num_per_page) + "&page=" + str(p) diff --git a/pyproject.toml b/pyproject.toml index 086312e..2e75f11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "autotraders" -version = "1.4.1" +version = "1.4.2" authors = [ { name="Ashwin Naren", email="arihant2math@gmail.com" }, ] diff --git a/source/conf.py b/source/conf.py index 7fa7905..1c18e10 100644 --- a/source/conf.py +++ b/source/conf.py @@ -12,7 +12,7 @@ project = "Autotraders" copyright = "2023, cosmictraders" author = "cosmictraders" -release = "1.4.1" +release = "1.4.2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration