Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #156 from timkpaine/bugfix_sse
Browse files Browse the repository at this point in the history
fix bug with sse routes
  • Loading branch information
timkpaine authored Nov 30, 2020
2 parents 1b0b030 + 3e48e5e commit fc64247
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyEX/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1006,16 +1006,16 @@
("tradesSSE", tradesSSE),
("tradesSSEAsync", tradesSSEAsync),
# Stock SSE
("stocksUSNoUTPSSE,", stocksUSNoUTPSSE),
("stocksUSNoUTPSSEAsync,", stocksUSNoUTPSSEAsync),
("stocksUSSSE,", stocksUSSSE),
("stocksUSSSEAsync,", stocksUSSSEAsync),
("stocksUS1SecondSSE,", stocksUS1SecondSSE),
("stocksUS1SecondSSEAsync,", stocksUS1SecondSSEAsync),
("stocksUS5SecondSSE,", stocksUS5SecondSSE),
("stocksUS5SecondSSEAsync,", stocksUS5SecondSSEAsync),
("stocksUS1MinuteSSE,", stocksUS1MinuteSSE),
("stocksUS1MinuteSSEAsync,", stocksUS1MinuteSSEAsync),
("stocksUSNoUTPSSE", stocksUSNoUTPSSE),
("stocksUSNoUTPSSEAsync", stocksUSNoUTPSSEAsync),
("stocksUSSSE", stocksUSSSE),
("stocksUSSSEAsync", stocksUSSSEAsync),
("stocksUS1SecondSSE", stocksUS1SecondSSE),
("stocksUS1SecondSSEAsync", stocksUS1SecondSSEAsync),
("stocksUS5SecondSSE", stocksUS5SecondSSE),
("stocksUS5SecondSSEAsync", stocksUS5SecondSSEAsync),
("stocksUS1MinuteSSE", stocksUS1MinuteSSE),
("stocksUS1MinuteSSEAsync", stocksUS1MinuteSSEAsync),
# TOPS
("tops", tops),
("topsAsync", topsAsync),
Expand Down

0 comments on commit fc64247

Please sign in to comment.