1d51f88973
Fixed UnicodeEncodeError: 'charmap' codec can't encode characters in position 28919-28920: character maps to <undefined>
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
REDDIT_USERNAME = "username"
|
|
REDDIT_PASSWORD = "password"
|
|
REDDIT_CLIENT_ID = "id"
|
|
REDDIT_SECRET = "secret" |