[themotte/rDrama#451] Move comment_on_publish() to files/helpers/comments.py
This commit is contained in:
parent
9525396131
commit
28f4807a9b
3 changed files with 71 additions and 60 deletions
|
@ -13,7 +13,7 @@ from files.classes import *
|
|||
from flask import *
|
||||
from files.__main__ import app, cache, limiter
|
||||
from .front import frontlist
|
||||
from files.routes.comments import comment_on_publish
|
||||
from files.helpers.comments import comment_on_publish
|
||||
from datetime import datetime
|
||||
import requests
|
||||
from urllib.parse import quote, urlencode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue