Skip to content

Commit 987dddc

Browse files
Fix Syntax error as per issue geekcomputers#503
1 parent d2def07 commit 987dddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Streaming Tweets from Twitter to Database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def on_data(self, data):
3939
return True
4040

4141
def on_error(self, status):
42-
print status
42+
print(status)
4343

4444
auth = OAuthHandler(ckey, csecret)
4545
auth.set_access_token(atoken, asecret)

0 commit comments

Comments
 (0)