forgot to import reddit class

This commit is contained in:
lza_menace 2020-10-14 23:56:33 -07:00
parent bc0d83b832
commit 79aedd8310
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ from suchwow import config
from suchwow.models import Post, Profile, Comment, Notification, db from suchwow.models import Post, Profile, Comment, Notification, db
from suchwow.routes import auth, comment, post, profile, leaderboard from suchwow.routes import auth, comment, post, profile, leaderboard
from suchwow.utils.decorators import login_required from suchwow.utils.decorators import login_required
from suchwow.reddit import Reddit
from suchwow import wownero from suchwow import wownero