Skip to content

Commit 6417c15

Browse files
committed
More path manipulation.
1 parent c77e70b commit 6417c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async def fetch_package_data(package_name):
8686
"""
8787
Fetch package support data from the /data/<package_name>.json file.
8888
"""
89-
data_url = f"./api/package/{package_name}.json"
89+
data_url = f"../api/package/{package_name}.json"
9090
return await get_json(data_url)
9191

9292
async def main():

0 commit comments

Comments
 (0)