Skip to content

Commit b6ddb2c

Browse files
authored
Merge pull request #465 from keillera/upd_settings
Update liked_tweet_count.
2 parents 9d23340 + 1f1fc42 commit b6ddb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
TWITTER_API_VERIFY_CREDENTIALS_URL = 'https://api.twitter.com/1.1/account/verify_credentials.json'
407407
TWITTER_USERNAME_PREFIX = 'Twitter-'
408408
FAKE_USER_EMAIL_DOMAIN = 'example.com'
409-
LIKED_TWEET_COUNT = 10
409+
LIKED_TWEET_COUNT = 20
410410

411411
LINE_REQUEST_HEADER = {'content-type': 'application/x-www-form-urlencoded'}
412412
LINE_AUTHORIZE_URL = 'https://access.line.me/oauth2/v2.1/authorize?response_type=code&client_id='

0 commit comments

Comments
 (0)