1
0
mirror of https://gitlab.crans.org/bde/nk20-scripts synced 2025-06-30 02:01:07 +02:00

typo and forget to call function

This commit is contained in:
Pierre-antoine Comby
2020-06-01 22:27:41 +02:00
parent b58a643e0e
commit 7d9599d4d8
2 changed files with 5 additions and 4 deletions

View File

@ -15,4 +15,4 @@ class Command(BaseCommand):
call_command('import_account', alias=True, chunk=5000, save = "map.json")
call_command('import_activities', chunk=5000, map="map.json")
call_command('import_transaction', chunk=5000, buttons=True, map="map.json")
call_command('make_su', 'Coq', 'erdnaxe', 'PAC', 'Pollion', 'ÿnérant')
call_command('make_su','-sS', 'Coq', 'erdnaxe', 'PAC', 'Pollion', 'ÿnérant')