We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d23340 + 1f1fc42 commit b6ddb2cCopy full SHA for b6ddb2c
src/common/settings.py
@@ -406,7 +406,7 @@
406
TWITTER_API_VERIFY_CREDENTIALS_URL = 'https://api.twitter.com/1.1/account/verify_credentials.json'
407
TWITTER_USERNAME_PREFIX = 'Twitter-'
408
FAKE_USER_EMAIL_DOMAIN = 'example.com'
409
-LIKED_TWEET_COUNT = 10
+LIKED_TWEET_COUNT = 20
410
411
LINE_REQUEST_HEADER = {'content-type': 'application/x-www-form-urlencoded'}
412
LINE_AUTHORIZE_URL = 'https://access.line.me/oauth2/v2.1/authorize?response_type=code&client_id='
0 commit comments