JohnDoee / magnet2torrent

Turn a bittorrent magnet link into a .torrent file
MIT License
60 stars 9 forks source link

Fix dependency errors and Python 3.6 errors #1

Closed JohnDoee closed 4 years ago

JohnDoee commented 4 years ago

Missing dependencies: six

Asyncio errors: asyncio.get_event_loop instead of asyncio.get_running_loop

loop = asyncio.get_event_loop() loop.run_until_complete

instead of

asyncio.run