mirror of
https://github.com/Death916/emailtrade.git
synced 2026-04-10 03:04:40 -07:00
forgot a /
This commit is contained in:
parent
78a8151e46
commit
f32f6ce52f
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ import imapclient
|
|||
import json
|
||||
import os
|
||||
|
||||
with open(os.getcwd() + 'keys.json') as k:
|
||||
with open(os.getcwd() + '/keys.json') as k:
|
||||
keys = json.load(k)
|
||||
|
||||
def connect():
|
||||
|
|
|
|||
2
trade.py
2
trade.py
|
|
@ -5,7 +5,7 @@ import os
|
|||
|
||||
price = 0
|
||||
|
||||
with open(os.getcwd() + 'keys.json') as k:
|
||||
with open(os.getcwd() + '/keys.json') as k:
|
||||
keys = json.load(k)
|
||||
|
||||
api_key = keys['api_key']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue