This commit is contained in:
2020-08-05 21:03:52 -04:00
parent f8883e9d97
commit aca92d07bb
11 changed files with 782 additions and 376 deletions

View File

@@ -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,
)