Stream API-

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • newbie99
    Junior Member
    • Dec 2018
    • 62

    #16
    Originally posted by LiamP View Post
    Let’s say my certs where both in this dir:

    certs_dir = r’”C:/windows/sucks/python/certs’”””’

    trading = APIClient(‘username’, ‘password’, ‘appKey’, certs=certs_dir)

    edit: its stripping out the quotes, see slack
    Hmm, doesn't seem to work, I get an SSL error, could it be something to do with the fact its a .pem file not a .key file. Do I need to specify that somehow?

    Also is it better to post here and/or slack (don't want to annoy people by dual posting too much if thats considered poor form)?

    Comment

    Working...
    X