Browse Source

Corrijo typo

main
creylopez 9 months ago
parent
commit
cf15381554
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/eventos/management/commands/importar_eventos.py

+ 1
- 1
src/eventos/management/commands/importar_eventos.py View File

@ -31,7 +31,7 @@ class Command(BaseCommand):
descripcion=evento_data['descripcion'],
fecha=evento_data['fecha'],
plazas_disponibles=evento_data['plazas_disponibles'],
pubicado=evento_data['pubicado'],
publicado=evento_data['publicado'],
url_imagen=evento_data['url_imagen']
)
if creado:


Loading…
Cancel
Save