mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 14:32:19 +01:00 
			
		
		
		
	Fix syntheses import
This commit is contained in:
		@@ -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],
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user