Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wzyboy committed Aug 9, 2023
1 parent 0d38a59 commit 6a9796e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.sample.py
Expand Up @@ -11,8 +11,8 @@ class Config:
# filesystem: Media files are served from T_MEDIA_FS_PATH
T_MEDIA_FROM = 'direct'

# You can also use mirror domains in case your Twitter account no longer exists
# This is just simple string substitution
# You can also use mirror domains in case your Twitter account no longer
# exists. This is just simple string substitution
T_MEDIA_MIRRORS = {
'pbs.twimg.com': 'd1111111111.cloudfront.net/pbs.twimg.com',
'video.twimg.com': 'd1111111111.cloudfront.net/video.twimg.com',
Expand All @@ -33,8 +33,8 @@ class Config:
# Default user to show on index
#T_DEFAULT_USER = 'jack'

# User dict injection
# For imported tweets that has minimal `user` dict, this can be used to suppliy additional keys
# For imported tweets that has minimal `user` dict, this can be used to
# inject additional keys.
T_USER_DICTS = {
'jack': {
'name': 'Jack Dorsey',
Expand Down

0 comments on commit 6a9796e

Please sign in to comment.