mirror of
https://github.com/Death916/emailtrade.git
synced 2026-04-10 03:04:40 -07:00
glogin work on linux
This commit is contained in:
parent
5fc1f67fe8
commit
78a8151e46
1 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import imapclient
|
||||
import json
|
||||
with open('D:/code/emailtrade/keys.json') as k:
|
||||
import os
|
||||
|
||||
with open(os.getcwd() + 'keys.json') as k:
|
||||
keys = json.load(k)
|
||||
|
||||
def connect():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue