Skip to content

Commit 1f1fc42

Browse files
committed
Update liked_tweet_count.
1 parent db4f589 commit 1f1fc42

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
@@ -392,7 +392,7 @@
392392
TWITTER_API_VERIFY_CREDENTIALS_URL = 'https://api.twitter.com/1.1/account/verify_credentials.json'
393393
TWITTER_USERNAME_PREFIX = 'Twitter-'
394394
FAKE_USER_EMAIL_DOMAIN = 'example.com'
395-
LIKED_TWEET_COUNT = 10
395+
LIKED_TWEET_COUNT = 20
396396

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

0 commit comments

Comments
 (0)