Skip to content

Commit 07f13c2

Browse files
committed
Fix bogus commit - test test test.
1 parent 5500c3a commit 07f13c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tweepy/streaming.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def _run(self):
135135
raise
136136

137137
def _data(self, data):
138-
if self.listener.on_data(d) is False:
138+
if self.listener.on_data(data) is False:
139139
self.running = False
140140

141141
def _read_loop(self, resp):

0 commit comments

Comments
 (0)