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 e2d6056 commit c95c409Copy full SHA for c95c409
tibiapy/urls.py
@@ -65,7 +65,7 @@ def get_tibia_url(
65
if value is None:
66
continue
67
68
- params[key] = str(value)
+ params[key] = value
69
70
url += urllib.parse.urlencode(params)
71
if args:
0 commit comments