forked from ticketfrei/ticketfrei
small fix
This commit is contained in:
parent
7bc17ef95e
commit
acc80dbaa5
|
|
@ -49,7 +49,7 @@ class RetootBot(object):
|
||||||
api_base_url=self.config['muser']['server'],
|
api_base_url=self.config['muser']['server'],
|
||||||
to_file=client_id
|
to_file=client_id
|
||||||
)
|
)
|
||||||
return self.client_id
|
return client_id
|
||||||
|
|
||||||
def login(self):
|
def login(self):
|
||||||
m = mastodon.Mastodon(
|
m = mastodon.Mastodon(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue