bug fix import os

This commit is contained in:
Yam ZhengLim
2022-08-22 19:24:42 +08:00
parent 4625019907
commit 4eeeeaa478
+1
View File
@@ -1,5 +1,6 @@
import json
from operator import concat
import os
def read_json_file(path, name):
try: