Skip to content

Commit 1c5e231

Browse files
committed
fix error
1 parent bd4b2f0 commit 1c5e231

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.0.8"
3+
__version__ = "2.0.9"
44
__license__ = "MIT"
55

66
from .sku import (

src/tf2_utils/prices_tf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def get_prices_till_page(
9999

100100
while current_page < max_page:
101101
try:
102-
response = self.prices_tf.get_prices(current_page)
102+
response = self.get_prices(current_page)
103103
except RateLimited:
104104
timeout = 60
105105

0 commit comments

Comments
 (0)