Skip to content

Commit

Permalink
Account ID should be an integer and not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Aug 17, 2022
1 parent e791616 commit b25f3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/streaming/timesales.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from tda.streaming import StreamClient

API_KEY = "XXXXXX"
ACCOUNT_ID = "XXXXXX"
ACCOUNT_ID = 1234567890


class MyStreamConsumer:
Expand Down

0 comments on commit b25f3fc

Please sign in to comment.