Skip to content

Commit

Permalink
Bugfix in URL opening. Closes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Dec 13, 2021
1 parent 9635e9f commit d461744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepmenu/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def view_entry(kp_entry):
sel = kp_entry.deref('password')
elif sel == "TOTP: ******":
sel = gen_otp(kp_entry.get_custom_property("otp"))
elif sel == fields[3]:
elif sel == fields[4]:
if sel != "URL: None":
webbrowser.open(sel)
sel = ""
Expand Down

0 comments on commit d461744

Please sign in to comment.