1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-11-24 08:02:18 +02:00

Switch import

This commit is contained in:
Piero Toffanin 2020-12-20 16:02:30 -05:00
parent aeb828fd27
commit 938809a0ae

View File

@ -6,9 +6,9 @@ from flask_limiter.util import get_remote_address
def create_app(char_limit=-1, req_limit=-1, ga_id=None, debug=False):
from app.init import boot
from app.language import languages
boot()
from app.language import languages
app = Flask(__name__)
if debug: