We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff76fea commit 1a1bc24Copy full SHA for 1a1bc24
src/tf2_utils/__init__.py
@@ -1,6 +1,6 @@
1
__title__ = "tf2-utils"
2
__author__ = "offish"
3
-__version__ = "2.3.4"
+__version__ = "2.3.5"
4
__license__ = "MIT"
5
6
from .currency import CurrencyExchange
src/tf2_utils/providers/steamcommunity.py
@@ -7,5 +7,5 @@ def get_url_and_params(
7
) -> tuple[str, dict]:
8
return (
9
f"https://steamcommunity.com/inventory/{steam_id}/{app_id}/{context_id}",
10
- {"l": "english", "count": 5000},
+ {"l": "english", "count": 2500},
11
)
0 commit comments