docs
This commit is contained in:
parent
9649483514
commit
b6df17d30b
1 changed files with 3 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue