ctoday1

Results 2 issues of ctoday1

I have one cash and one margin account with webull. I think it's picking the newest account by default when logging in. Is there any way to specify which account...

> from apns2.client import APNsClient > from apns2.payload import Payload > > token_hex = 'b5bb9d8014a0f9b1d61e21e796d78dccdf1352f23cd32812f4850b87' > payload = Payload(alert="Hello World!", sound="default", badge=1) > topic = 'com.example.App' > client = APNsClient('key.pem',...