mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
forgot to import reddit class
This commit is contained in:
parent
bc0d83b832
commit
79aedd8310
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ from suchwow import config
|
|||
from suchwow.models import Post, Profile, Comment, Notification, db
|
||||
from suchwow.routes import auth, comment, post, profile, leaderboard
|
||||
from suchwow.utils.decorators import login_required
|
||||
from suchwow.reddit import Reddit
|
||||
from suchwow import wownero
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue