Search results

  1. C

    Python API will print the first time only

    Where do you put that in the code?
  2. C

    Python API will print the first time only

    Where do you put the app.disconnect(0)? I've put it at the end of my "main()" function. I get an error: "TypeError: disconnect() takes 1 positional argument but 2 were given" If I just put "app.disconnect()" I get a different error: "OSError: [WinError 10038] An operation was attempted on...
  3. C

    Python API will print the first time only

    Hi I have a Python script I copied from the tutorial. Just a simple script to print some ticker info. It runs well the first time I run it and it prints out all the info it should. However any time I try to run it again, it builds but nothing prints. I get no errors or anything. It's like it...
Back
Top