Compare commits
No commits in common. "6ea5529ef5a2587b8259b9b3bba5e0db7dbe6d09" and "7d0ddc492c498c3ed2cbd4dee3ff9b253ba4f602" have entirely different histories.
6ea5529ef5
...
7d0ddc492c
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ config = configparser.ConfigParser()
|
||||||
config.read(get_config_file())
|
config.read(get_config_file())
|
||||||
|
|
||||||
# Username for the bot
|
# Username for the bot
|
||||||
USER = config['credentials']['User'].lower()
|
USER = config['credentials']['User']
|
||||||
# API key for the bot
|
# API key for the bot
|
||||||
KEY = config['credentials']['Token']
|
KEY = config['credentials']['Token']
|
||||||
# Bot's Misskey instance URL
|
# Bot's Misskey instance URL
|
||||||
INSTANCE = config['credentials']['Instance'].lower()
|
INSTANCE = config['credentials']['Instance']
|
||||||
|
|
||||||
# TODO: move this to db
|
# TODO: move this to db
|
||||||
# Fedi handles in the traditional 'user@domain.tld' style, allows these users
|
# Fedi handles in the traditional 'user@domain.tld' style, allows these users
|
||||||
|
|
Loading…
Add table
Reference in a new issue