forgot to import reddit class

graphs-n-shit
lza_menace 4 years ago
parent bc0d83b832
commit 79aedd8310

@ -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

Loading…
Cancel
Save