Skip to content
Snippets Groups Projects
Commit 0ad5a5bd authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[database] correct attack_type type for CASIASURF

parent d6772cf1
No related branches found
No related tags found
1 merge request!89CASIA SURF
Pipeline #27728 passed
......@@ -45,7 +45,7 @@ class CasiaSurfPadFile(VideoPadFile):
attack_type = s.attack_type
if attack_type == '0':
s.attack_type = None
attack_type = None
super(CasiaSurfPadFile, self).__init__(
client_id=s.id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment