modified: app/library/init-auth.py
This commit is contained in:
parent
36075c6d1d
commit
65998e00b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue