This commit is contained in:
dazedanon 2026-03-02 02:04:34 -06:00
parent 9649483514
commit b6df17d30b

View file

@ -318,6 +318,9 @@ def parseBookmark(data, filename):
Args:
data: Parsed JSON data (list of bookmark entries)
filename: Name of the file being parsed
Returns:
Tuple of (translated data, token counts, error)
"""
global PBAR
totalTokens = [0, 0]