mirror of
https://github.com/developersIndia/deviras.git
synced 2024-11-08 13:42:34 +05:30
fix filepath
This commit is contained in:
parent
8cc7041f3b
commit
41d8a9a170
@ -13,7 +13,7 @@ client_secret = os.environ["REDDIT_CLIENT_SECRET"]
|
||||
reddit_pass = os.environ["REDDIT_PASSWORD"]
|
||||
|
||||
def get_titles():
|
||||
with open('dataset.json', 'r') as f:
|
||||
with open('idcard_update/dataset.json', 'r') as f:
|
||||
data = json.load(f)
|
||||
|
||||
titles = data['titles']
|
||||
|
Loading…
Reference in New Issue
Block a user