Art-em1s / csgoempire.py

Trailing whitespace detected FLK-W291
Style
Minor
a year agoa year old
trailing whitespace
75        """
76
77        # if refresh is requested but server hasn't allowed refresh
78        if force_refresh and not self.can_refresh:  79            force_refresh = False
80
81        url = self.api_base_url+"trading/user/inventory?update="+str(force_refresh)
trailing whitespace
 22            Returns:
 23                True if the bid is successful, otherwise raises an error.
 24
 25        get_items(per_page: int = 2500, page: int = 1, search: str = "", order: str = "market_value",  26                  sort="desc", auction: str = "yes", price_min: int = 1, price_max: int = 100000,
 27                  price_max_above: int = 15) -> list:
 28            Get a list of listed items with the specified filters.