Implement gdrive metadata on download

This commit is contained in:
Ozzie Isaacs
2023-11-11 15:26:05 +01:00
parent cf6810db87
commit 7fd1d10fca
2 changed files with 6 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ from flask_babel import format_datetime
from flask_babel import gettext as _
from . import constants, logger # config, web_server
from .file_helper import gettempdir
from .file_helper import get_temp_dir
log = logger.create()