adjusted utype handling

This commit is contained in:
jblu 2024-07-30 12:46:19 -05:00
parent 045467783f
commit 2b3a1a7078

View File

@ -53,3 +53,5 @@ def identifyUtype(obj):
return "file_uploaded"
if obj in file_downloaded:
return "file_downloaded"
else:
return None