maunium / stickerpicker

A fast and simple Matrix sticker picker widget
GNU Affero General Public License v3.0
328 stars 615 forks source link

Changes for python 3.6+ #13

Closed DxdVs closed 4 years ago

DxdVs commented 4 years ago

Your fix isn't working. Just replace the final line in import.py by something like this:

loop = asyncio.get_event_loop()
loop.run_until_complete(main())