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.
1 parent db4f589 commit 1f1fc42Copy full SHA for 1f1fc42
src/common/settings.py
@@ -392,7 +392,7 @@
392
TWITTER_API_VERIFY_CREDENTIALS_URL = 'https://api.twitter.com/1.1/account/verify_credentials.json'
393
TWITTER_USERNAME_PREFIX = 'Twitter-'
394
FAKE_USER_EMAIL_DOMAIN = 'example.com'
395
-LIKED_TWEET_COUNT = 10
+LIKED_TWEET_COUNT = 20
396
397
LINE_REQUEST_HEADER = {'content-type': 'application/x-www-form-urlencoded'}
398
LINE_AUTHORIZE_URL = 'https://access.line.me/oauth2/v2.1/authorize?response_type=code&client_id='
0 commit comments