fdfd
This commit is contained in:
parent
9602675a68
commit
4ca1e42f88
2 changed files with 1 additions and 4 deletions
|
@ -13,7 +13,6 @@ from drama.helpers.security import *
|
|||
from drama.helpers.get import *
|
||||
from drama.helpers.images import *
|
||||
from drama.classes import *
|
||||
from drama.classes.domains import reasons as REASONS
|
||||
from flask import *
|
||||
import matplotlib.pyplot as plt
|
||||
from drama.__main__ import app, cache
|
||||
|
|
|
@ -2,7 +2,6 @@ from drama.helpers.wrappers import *
|
|||
import re
|
||||
from sqlalchemy import *
|
||||
from flask import *
|
||||
from drama.classes.domains import reasons as REASONS
|
||||
from drama.__main__ import app, cache
|
||||
import random
|
||||
|
||||
|
@ -234,8 +233,7 @@ def searchposts(v):
|
|||
t=t,
|
||||
next_exists=next_exists,
|
||||
domain=domain,
|
||||
domain_obj=domain_obj,
|
||||
reasons=REASONS
|
||||
domain_obj=domain_obj
|
||||
)
|
||||
|
||||
@app.get("/search/comments")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue