This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients cannedrag, yselivanov, zach.ware
Date 2017-10-21.03:19:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508555959.97.0.213398074469.issue31832@psf.upfronthosting.co.za>
In-reply-to
Content
That's already provided, just do `return outputs` instead of `print(outputs)`, and `outputs = event_loop.run_until_complete(main())`.  See https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.AbstractEventLoop.run_until_complete
History
Date User Action Args
2017-10-21 03:19:20zach.waresetrecipients: + zach.ware, yselivanov, cannedrag
2017-10-21 03:19:19zach.waresetmessageid: <1508555959.97.0.213398074469.issue31832@psf.upfronthosting.co.za>
2017-10-21 03:19:19zach.warelinkissue31832 messages
2017-10-21 03:19:19zach.warecreate