Skip to content

Commit

Permalink
fix: renamed the wrong file name of package
Browse files Browse the repository at this point in the history
  • Loading branch information
ciansen committed Jan 10, 2024
1 parent 6e08e62 commit 9ef8cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/PythonStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const usePythonStore = defineStore('python', () => {

async function loadPython() {
isLoading.value = true;
const zipUrl2 = new URL("../assets/viur_scriptor_api-0.0.3-py3-none-any", import.meta.url).href
const zipUrl2 = new URL("../assets/viur_scriptor_api-0.0.3-py3-none-any.whl", import.meta.url).href

await py.load([zipUrl2]);

Expand Down

0 comments on commit 9ef8cc2

Please sign in to comment.