fix json error

This commit is contained in:
Cyberes 2023-09-20 21:14:12 -06:00
parent 03e3ec5490
commit 9341492a8a
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
import json
import simplejson as json
import math
from collections import OrderedDict
from pathlib import Path
from flask import make_response
def resolve_path(*p: str):
return Path(*p).expanduser().resolve().absolute()