Skip to content

Commit 1a1bc24

Browse files
committed
update count inventory parameter for default provider
1 parent ff76fea commit 1a1bc24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tf2_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "tf2-utils"
22
__author__ = "offish"
3-
__version__ = "2.3.4"
3+
__version__ = "2.3.5"
44
__license__ = "MIT"
55

66
from .currency import CurrencyExchange

src/tf2_utils/providers/steamcommunity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ def get_url_and_params(
77
) -> tuple[str, dict]:
88
return (
99
f"https://steamcommunity.com/inventory/{steam_id}/{app_id}/{context_id}",
10-
{"l": "english", "count": 5000},
10+
{"l": "english", "count": 2500},
1111
)

0 commit comments

Comments
 (0)