Skip to content

Commit 45ff55c

Browse files
committed
Setup Hook Fix
1 parent f9b416f commit 45ff55c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/setup_hook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
def run_hook(release_path: str):
1+
def run_hook(release_path: str, *_):
22
print("Running setup hook...")
33
with open(f"{release_path}/pwv.js", "w") as file:
44
file.write("window.hasPWV = true;\n")

0 commit comments

Comments
 (0)