This commit is contained in:
flaskfarm
2022-10-26 03:25:39 +09:00
parent d9580bba11
commit abfe8d1c3d
10 changed files with 64 additions and 22 deletions

View File

@@ -15,4 +15,9 @@ class ToolUtil(object):
url += '&'
url += f"apikey={F.SystemModelSetting.get('apikey')}"
return url
@classmethod
def make_path(cls, data):
from framework import F
return data.replace('{PATH_DATA}', F.config['path_data'])