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