mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-09-05 16:47:29 -04:00
Moved sleep command to proper position
This commit is contained in:
@@ -74,7 +74,7 @@ if __name__ == '__main__':
|
|||||||
system(f"wl-copy '{_mfa_key}'")
|
system(f"wl-copy '{_mfa_key}'")
|
||||||
else: # X11 clipboard detection
|
else: # X11 clipboard detection
|
||||||
system(f"echo -n '{_mfa_key}' | xclip -sel c")
|
system(f"echo -n '{_mfa_key}' | xclip -sel c")
|
||||||
sleep(1)
|
sleep(1)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print('\n')
|
print('\n')
|
||||||
s_exit()
|
s_exit()
|
||||||
|
|||||||
Reference in New Issue
Block a user