mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 05:42:12 +01:00 
			
		
		
		
	Fix syntheses import
This commit is contained in:
		@@ -268,7 +268,7 @@ class Command(BaseCommand):
 | 
				
			|||||||
                obj_dict = {
 | 
					                obj_dict = {
 | 
				
			||||||
                    "file": args[0],
 | 
					                    "file": args[0],
 | 
				
			||||||
                    "team": Team.objects.get(pk=args[1]),
 | 
					                    "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],
 | 
					                    "round": args[4],
 | 
				
			||||||
                    "uploaded_at": args[5],
 | 
					                    "uploaded_at": args[5],
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user