mirror of
https://gitlab.com/jeancf/twoot.git
synced 2025-03-27 16:06:46 +00:00
Corrected TOML key
This commit is contained in:
parent
7ebc2927a7
commit
c699e80e25
4
twoot.py
4
twoot.py
@ -355,9 +355,9 @@ def login(password):
|
||||
)
|
||||
|
||||
mastodon.log_in(
|
||||
username=TOML['options']['twitter_account'],
|
||||
username=TOML['config']['twitter_account'],
|
||||
password=password,
|
||||
to_file=TOML['options']['twitter_account'] + ".secret"
|
||||
to_file=TOML['config']['twitter_account'] + ".secret"
|
||||
)
|
||||
logging.info('Logging in to ' + instance)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user