adjusted utype handling
This commit is contained in:
parent
045467783f
commit
2b3a1a7078
@ -52,4 +52,6 @@ def identifyUtype(obj):
|
||||
if obj in file_uploaded:
|
||||
return "file_uploaded"
|
||||
if obj in file_downloaded:
|
||||
return "file_downloaded"
|
||||
return "file_downloaded"
|
||||
else:
|
||||
return None
|
Loading…
x
Reference in New Issue
Block a user