Fix import of bookmarks from TOML file.
This commit is contained in:
parent
72142b575e
commit
51cc1eb81f
1 changed files with 1 additions and 1 deletions
|
@ -1367,7 +1367,7 @@ class HttpInstance:
|
|||
|
||||
# TODO Add match/case for filetype.
|
||||
|
||||
entries = tomllib.loads(content)
|
||||
entries = UtilitiesData.open_file_toml(content)
|
||||
# entries_node = entries[node]
|
||||
|
||||
#breakpoint()
|
||||
|
|
Loading…
Reference in a new issue