From b76c52ce37c5eab3fb929936f9ff4a52ae6699a7 Mon Sep 17 00:00:00 2001 From: David Trail Date: Wed, 29 Jul 2015 08:39:22 +0100 Subject: [PATCH] We never used asyncio in the end --- get_secret.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_secret.py b/get_secret.py index ba8a450..cd0a1cd 100755 --- a/get_secret.py +++ b/get_secret.py @@ -15,7 +15,7 @@ refresh_access_information() instead of get_authorize_url() -> get_access_information(). ''' -import praw, asyncio +import praw from praw.errors import HTTPException from tornado import gen, web from tornado.ioloop import IOLoop