oops forgot to readd stuff cuz i moved it >~<

This commit is contained in:
elburg 2023-02-05 12:07:35 -08:00
parent 8ed5644f81
commit fea0c31d08
9 changed files with 242 additions and 1 deletions

View file

@ -16,7 +16,7 @@ with open(f"{source}.json") as file:
# TODO: insert method to check url or dict
logging.debug("determining file type...")
import exif
from standards import exif
if infojson.extension in exif.allowed_exts:
logging.debug(f"exif module supports {infojson.extesnion} files. using it... ")