mirror of
https://github.com/Zxilly/UA2F.git
synced 2026-01-09 11:48:24 +00:00
test: use default value
This commit is contained in:
parent
275853593b
commit
202759c828
@ -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())
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user