firecat53 / keepmenu

Dmenu/Rofi frontend for Keepass databases
GNU General Public License v3.0
204 stars 32 forks source link

Fix various OTP editing errors #141

Open firecat53 opened 1 year ago

firecat53 commented 1 year ago
  1. When the key is contained in the path as key=xxxxxxx instead of in the otp attribute as secret=xxxxx, editing will fail (edit.py line 200-202)
  2. Hitting escape when asked for the Secret Key settings crashes (edit.py line 253):
    • UnboundLocalError: cannot access local variable 'time_step_choice' where it is not associated with a value