From 4b971b1dd9828bbc31c0f324ee1dff9b25047b6d Mon Sep 17 00:00:00 2001 From: Ashwin Naren Date: Sun, 4 Jun 2023 00:16:12 -0700 Subject: [PATCH] bug fix --- autotraders/map/waypoint_types/marketplace.py | 2 +- pyproject.toml | 2 +- source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/autotraders/map/waypoint_types/marketplace.py b/autotraders/map/waypoint_types/marketplace.py index 099864a..6b624d9 100644 --- a/autotraders/map/waypoint_types/marketplace.py +++ b/autotraders/map/waypoint_types/marketplace.py @@ -7,7 +7,7 @@ class TradeGood(Item): def __init__(self, data): - super().__init__(data["symbol"], data["supply"], data["description"]) + super().__init__(data["symbol"], data["supply"], None) self.trade_volume: int = data["tradeVolume"] self.supply: str = data["supply"] self.purchase_price: int = data["purchasePrice"] diff --git a/pyproject.toml b/pyproject.toml index dad1395..f381f65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "autotraders" -version = "1.3.2" +version = "1.3.3" authors = [ { name="Ashwin Naren", email="arihant2math@gmail.com" }, ] diff --git a/source/conf.py b/source/conf.py index 08d0cef..161eca3 100644 --- a/source/conf.py +++ b/source/conf.py @@ -12,7 +12,7 @@ project = "Autotraders" copyright = "2023, cosmictraders" author = "cosmictraders" -release = "1.3.2" +release = "1.3.3" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration