Fix newline typo that used the wrong slash
This commit is contained in:
George Joseph Hamilton 2020-01-07 23:52:35 -05:00 committed by AnonUD4Y
parent ea6f3aa627
commit 22ec0db34c

View File

@ -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)