Derp fixes

This commit is contained in:
2021-02-01 15:47:19 +00:00
parent fc6e66c7f5
commit 7eea868575
3 changed files with 6 additions and 10 deletions

View File

@@ -7,8 +7,5 @@ class Command(BaseCommand):
can_import_settings = True
def handle(self, *args, **options):
begin = time.time()
call_command('generateSampleRIGSData')
call_command('generateSampleAssetsData')
end = time.time()
print(f"Total runtime of the program is {end - begin}")