Fix syntheses import
This commit is contained in:
parent
242a1c96a6
commit
66505fd72a
|
@ -268,7 +268,7 @@ class Command(BaseCommand):
|
|||
obj_dict = {
|
||||
"file": args[0],
|
||||
"team": Team.objects.get(pk=args[1]),
|
||||
"source": "opponent" if args[3] == 1 else "rapporteur",
|
||||
"source": "opponent" if args[3] == "1" else "rapporteur",
|
||||
"round": args[4],
|
||||
"uploaded_at": args[5],
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue