xf
This commit is contained in:
@@ -2,10 +2,7 @@ from flask import Flask, request, jsonify, render_template
|
||||
from .config import Config
|
||||
from .utils import get_latest_emails, get_latest_email_with_code, add_allowed_domain, remove_allowed_domain, get_allowed_domains, get_allowed_domains_with_time
|
||||
import redis
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.dirname(os.path.dirname(__file__)))
|
||||
from smtp_server import start_smtp_server
|
||||
from .smtp_server import start_smtp_server
|
||||
import threading
|
||||
|
||||
def create_app():
|
||||
|
||||
Reference in New Issue
Block a user