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 bd4b2f0 commit 1c5e231Copy full SHA for 1c5e231
src/tf2_utils/__init__.py
@@ -1,6 +1,6 @@
1
__title__ = "tf2-utils"
2
__author__ = "offish"
3
-__version__ = "2.0.8"
+__version__ = "2.0.9"
4
__license__ = "MIT"
5
6
from .sku import (
src/tf2_utils/prices_tf.py
@@ -99,7 +99,7 @@ def get_prices_till_page(
99
100
while current_page < max_page:
101
try:
102
- response = self.prices_tf.get_prices(current_page)
+ response = self.get_prices(current_page)
103
except RateLimited:
104
timeout = 60
105
0 commit comments