mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-03 15:34:25 +00:00
Fix bug with posting to Discord
This commit is contained in:
parent
1f598a5b3e
commit
7fd87863e0
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def tweet(text, img_path):
|
|||
access_token_key=CONFIG['access_token_key'],
|
||||
access_token_secret=CONFIG['access_token_secret'])
|
||||
status = api.PostUpdate(text, img_path)
|
||||
return ("https://twitter.com/winampskins/status/%s" % status["id_str"])
|
||||
return ("https://twitter.com/winampskins/status/%s" % status.id_str)
|
||||
|
||||
|
||||
def find(dir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue