missing import

This commit is contained in:
Q
2023-08-20 11:17:50 +03:00
parent dcd7c97b99
commit 1c57e31b11
2 changed files with 1 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ from utils.files import (
db_store_file,
file_details,
file_list,
file_list_simple,
file_full_path,
file_full_url,
db_add_download,

View File

@@ -53,10 +53,6 @@ _list() {
curl -fL -w "\n" -s -H "Secret: $MFL_TOKEN" "$MFL_ROOTURL"/ls
}
#~ _simple_list() {
#~ curl -fL -w "\n" -s -H "Secret: $MFL_TOKEN" "$MFL_ROOTURL"/ls | sed 's/.*http/http/' | tail -n +3
#~ }
_write() {
# stdin is open
[ -t 0 ] || {