mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove unnecessary print in web UI utils
This commit is contained in:
parent
8663d239e3
commit
e6f6950f41
1 changed files with 0 additions and 2 deletions
|
|
@ -160,8 +160,6 @@ def path_to_dict(
|
|||
mime = Magic(mime=True)
|
||||
file_type = mime.from_buffer(conf["data"])
|
||||
|
||||
print(file_type, flush=True)
|
||||
|
||||
file_info = {
|
||||
"name": conf["file_name"],
|
||||
"job_name": conf["job_name"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue