Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
d60 authored Mar 24, 2024
1 parent f6742ea commit 555aff3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion twikit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
from .user import User
from .utils import build_query

__version__ = '1.3.13'
__version__ = '1.3.14'
2 changes: 0 additions & 2 deletions twikit/twikit_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,8 +844,6 @@ async def vote(
'twitter:string:cards_platform': 'Web-12',
'twitter:string:selected_choice': selected_choice
})
print(card_uri, tweet_id, card_name, selected_choice)

headers = self._base_headers | {
'content-type': 'application/x-www-form-urlencoded'
}
Expand Down

0 comments on commit 555aff3

Please sign in to comment.