Skip to content

Commit b43eaed

Browse files
committed
Update module
1 parent 4095ccc commit b43eaed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import threading
1010
from functools import partial
1111
import sys, os, argparse
12-
from modules.pyBjson.conversions import uint_to_bytes, int_to_bytes, float_to_bytes
12+
from modules.pyBjson.utils import uint_to_bytes, int_to_bytes, float_to_bytes
1313

1414
def getBjsonContent(fp: str|Path):
1515
return convertBjsonToJson(fp)

0 commit comments

Comments
 (0)