sshyp-mfa - Removed extra blank line printed after a keyboard interrupt

This commit is contained in:
2023-09-24 15:47:02 -04:00
parent 9540e9874f
commit ec633c5104
-1
View File
@@ -89,5 +89,4 @@ if __name__ == '__main__':
run(('xclip', '-sel', 'c'), stdin=Popen(('printf', _mfa_key), stdout=PIPE).stdout)
sleep(1)
except KeyboardInterrupt:
print('\n')
s_exit(0)