Recent changes to the streaming api broke the code base #530

Closed
opened 2020-04-04 16:19:20 -07:00 by bianjiang · 1 comment
bianjiang commented 2020-04-04 16:19:20 -07:00 (Migrated from github.com)

Need to remove these two in the streaming/api.py

self.user = StreamTypes.user
self.site = StreamTypes.site

9ccc576221/twython/streaming/api.py (L89)

Need to remove these two in the streaming/api.py ```python self.user = StreamTypes.user self.site = StreamTypes.site ``` https://github.com/ryanmcgrath/twython/blob/9ccc57622121b102b41b05d7e19024d5cfa835f9/twython/streaming/api.py#L89
ryanmcgrath commented 2020-04-04 16:22:15 -07:00 (Migrated from github.com)

Fixed.

Fixed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: code/twython#530
No description provided.