Moved sleep command to proper position

This commit is contained in:
2022-06-23 15:03:02 -04:00
parent a82833ef07
commit 938c7ff870
+1 -1
View File
@@ -74,7 +74,7 @@ if __name__ == '__main__':
system(f"wl-copy '{_mfa_key}'")
else: # X11 clipboard detection
system(f"echo -n '{_mfa_key}' | xclip -sel c")
sleep(1)
sleep(1)
except KeyboardInterrupt:
print('\n')
s_exit()