We never used asyncio in the end

pull/42/head
David Trail 9 years ago
parent ab2680ea8a
commit b76c52ce37

@ -15,7 +15,7 @@ refresh_access_information() instead of get_authorize_url() ->
get_access_information(). get_access_information().
''' '''
import praw, asyncio import praw
from praw.errors import HTTPException from praw.errors import HTTPException
from tornado import gen, web from tornado import gen, web
from tornado.ioloop import IOLoop from tornado.ioloop import IOLoop

Loading…
Cancel
Save