Skip duplicate URLs (1P's "location" is also included in "URLs")
This commit is contained in:
parent
3823e8b404
commit
0b15bb7aaa
@ -53,6 +53,8 @@ class KpWriter:
|
|||||||
if not self.current_entry.url:
|
if not self.current_entry.url:
|
||||||
self.current_entry.url = url
|
self.current_entry.url = url
|
||||||
else:
|
else:
|
||||||
|
if url == self.current_entry.url:
|
||||||
|
return False
|
||||||
# https://github.com/keepassxreboot/keepassxc/pull/3558
|
# https://github.com/keepassxreboot/keepassxc/pull/3558
|
||||||
suffix = ""
|
suffix = ""
|
||||||
suffix_ctr = 0
|
suffix_ctr = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user