We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d002147 commit 747660bCopy full SHA for 747660b
MagTag_Twitter/code.py
@@ -22,9 +22,8 @@
22
23
# Set up where we'll be fetching data from
24
DATA_SOURCE = (
25
- "https://api.twitter.com/1.1/statuses/user_timeline.json? \
26
- screen_name=%s&count=1&tweet_mode=extended"
27
- % TWITTER_USERNAME
+ "https://api.twitter.com/1.1/statuses/user_timeline.json?"
+ "screen_name=%s&count=1&tweet_mode=extended" % TWITTER_USERNAME
28
)
29
TWEET_TEXT = [0, "full_text"]
30
TWEET_FULL_NAME = [0, "user", "name"]
0 commit comments