mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 16:02:16 +00:00
Derp fixes
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user