Skip to content

Commit ac756a9

Browse files
committed
fixed
1 parent 707a679 commit ac756a9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import os
33
import subprocess
44
from main.tools import banner,colors
5+
import cyberonix
56

67
def exit_program():
78
os.system("clear")
@@ -37,11 +38,7 @@ def finish():
3738
os.system("clear")
3839
banner.main()
3940
banner.attack("Setup Completed")
40-
try:
41-
subprocess.run('cyberonix',shell=True, check = True)
42-
except Exception as err:
43-
os.system("python3 cyberonix.py")
44-
exit()
41+
cyberonix.main()
4542
if __name__ == "__main__":
4643
main()
4744
except KeyboardInterrupt:

0 commit comments

Comments
 (0)