Skip to content

Commit c95c409

Browse files
committed
fix test error in get_tibia_url
1 parent e2d6056 commit c95c409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tibiapy/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def get_tibia_url(
6565
if value is None:
6666
continue
6767

68-
params[key] = str(value)
68+
params[key] = value
6969

7070
url += urllib.parse.urlencode(params)
7171
if args:

0 commit comments

Comments
 (0)