mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Remove unnecessary print statement in path_to_dict function
This commit is contained in:
parent
7e54799362
commit
1000f5a4d5
1 changed files with 0 additions and 2 deletions
|
|
@ -157,8 +157,6 @@ def path_to_dict(
|
|||
mime = Magic(mime=True)
|
||||
file_type = mime.from_buffer(conf["data"])
|
||||
|
||||
print(join(path, conf["plugin_id"], conf["service_id"] or "", conf["file_name"]), file_type, flush=True)
|
||||
|
||||
file_info = {
|
||||
"name": conf["file_name"],
|
||||
"type": "file",
|
||||
|
|
|
|||
Loading…
Reference in a new issue