diff --git a/Defs/Checks.py b/Defs/Checks.py index df275f7..d1c6758 100644 --- a/Defs/Checks.py +++ b/Defs/Checks.py @@ -89,7 +89,7 @@ def checkOpenportinstall(): # Check If installed properly if 256 == system('which openport > /dev/null'): print('[*] Openport not Installed correctly, Try installing it manually !!') print('[*] Check Here ... https://openport.io/download') - input('/n Press Enter To Continue') + input('\n Press Enter To Continue') else: print('[*] Openport Installation Success !!') sleep(1)