AmauryCarrade / MastodonToTwitter

Mastodon <-> Twitter cross-poster.
MIT License
250 stars 41 forks source link

Compatibility with Python 3.7 #64

Open deifactor opened 5 years ago

deifactor commented 5 years ago

async is now a keyword, so we have to pass it using \*\*kwargs notation.