mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-03 15:47:18 -04:00
Properly increment _i in whitelist_setup()
This commit is contained in:
@@ -521,6 +521,7 @@ def whitelist_setup(): # takes input from the user to set up quick-unlock passw
|
|||||||
_quick_unlock_password += _char
|
_quick_unlock_password += _char
|
||||||
else:
|
else:
|
||||||
_quick_unlock_password_excluded += _char
|
_quick_unlock_password_excluded += _char
|
||||||
|
_i += 1
|
||||||
|
|
||||||
# create assembly key
|
# create assembly key
|
||||||
open(path.expanduser('~/.config/sshyp/gpg-gen'), 'w').writelines([
|
open(path.expanduser('~/.config/sshyp/gpg-gen'), 'w').writelines([
|
||||||
|
|||||||
Reference in New Issue
Block a user