zulip_bots: Reformat code for Mention Bot file mention.py
.
This commit is contained in:
parent
adbda6d2f2
commit
5ccbe6e6bd
|
@ -54,8 +54,7 @@ class MentionHandler(object):
|
||||||
'Authorization': 'Bearer ' + self.access_token,
|
'Authorization': 'Bearer ' + self.access_token,
|
||||||
'Accept-Version': '1.15',
|
'Accept-Version': '1.15',
|
||||||
}
|
}
|
||||||
response = requests.get(
|
response = requests.get('https://api.mention.net/api/accounts/me', headers=get_ac_id_header)
|
||||||
'https://api.mention.net/api/accounts/me', headers=get_ac_id_header)
|
|
||||||
data_json = response.json()
|
data_json = response.json()
|
||||||
account_id = data_json['account']['id']
|
account_id = data_json['account']['id']
|
||||||
return account_id
|
return account_id
|
||||||
|
|
Loading…
Reference in a new issue