Added missing languages function loading.

This commit is contained in:
Louis Vézina 2019-12-12 21:59:48 -05:00
parent 2f208236ac
commit ce19a17234
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ from init import *
import logging
from database import database, dict_mapper
from helper import path_replace, path_replace_reverse, path_replace_movie, path_replace_reverse_movie
from get_languages import alpha2_from_language, alpha3_from_language
from get_languages import load_language_in_db, alpha2_from_language, alpha3_from_language
load_language_in_db()
class Series(Resource):
def get(self):