Skip to content

Commit

Permalink
test: use default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Sep 20, 2024
1 parent 2758535 commit 202759c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def start_server():


def start_ua2f(u: str):
p = subprocess.Popen([u], stdout=subprocess.STDOUT, stderr=subprocess.STDOUT)
p = subprocess.Popen([u])
atexit.register(lambda: p.kill())


Expand Down

0 comments on commit 202759c

Please sign in to comment.