Skip to content

Commit 9dbb24b

Browse files
committed
fix: method error
1 parent b270159 commit 9dbb24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curseforge_api_wrapper/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def get_mod_files(
147147
res = request(
148148
url,
149149
headers=self.headers,
150-
json={
150+
params={
151151
"gameVersion": gameVersion,
152152
"modLoaderType": (
153153
modLoaderType

0 commit comments

Comments
 (0)