Compare commits

..

No commits in common. "6ea5529ef5a2587b8259b9b3bba5e0db7dbe6d09" and "7d0ddc492c498c3ed2cbd4dee3ff9b253ba4f602" have entirely different histories.

View file

@ -23,11 +23,11 @@ config = configparser.ConfigParser()
config.read(get_config_file())
# Username for the bot
USER = config['credentials']['User'].lower()
USER = config['credentials']['User']
# API key for the bot
KEY = config['credentials']['Token']
# Bot's Misskey instance URL
INSTANCE = config['credentials']['Instance'].lower()
INSTANCE = config['credentials']['Instance']
# TODO: move this to db
# Fedi handles in the traditional 'user@domain.tld' style, allows these users