added missing call function thing

This commit is contained in:
Pardesi_Cat 2024-01-04 22:28:06 +05:30
parent 87bb71ad3c
commit c1362e5bfe
Signed by: pardesicat
GPG Key ID: 331A25436287A3CF
1 changed files with 2 additions and 2 deletions

View File

@ -30,6 +30,6 @@ platform = platform.architecture()
print (f"{name} Your Using {platform} Architect of Cpu" )
time.sleep(2)
time.sleep(3)
sys.exit
sys.exit()