modified: app/library/init-auth.py

This commit is contained in:
imnyang 2024-11-06 23:09:55 +09:00
commit 65998e00b3

View file

@ -5,7 +5,7 @@ from instagrapi import Client
import json, os
import time
with open('../config.json') as json_file:
with open('./config.json') as json_file:
json_data = json.load(json_file)
ROOT = json_data['ROOT']