mirror of
https://github.com/simon987/toolbox.git
synced 2025-12-13 23:39:05 +00:00
add pev2
This commit is contained in:
@@ -81,7 +81,6 @@ def spectrograph(file: bytes = File(...), x: int = Form(...), y: int = Form(...)
|
||||
"-x", str(x), "-y", str(y), "-z", str(z),
|
||||
"-w", window,
|
||||
"-o", "-"],
|
||||
cwd="./FlameGraph",
|
||||
stdin=PIPE, stdout=PIPE, stderr=PIPE,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user