Fix missing import

This commit is contained in:
rubenwardy 2020-07-09 05:45:46 +01:00
parent eb3d067e26
commit 45877bb3a4

@ -22,6 +22,7 @@ from .models import *
from . import app
import random, string, os, imghdr
from urllib.parse import urljoin
from collections.abc import Iterable
def abs_url_for(path, **kwargs):
scheme = "https" if app.config["BASE_URL"][:5] == "https" else "http"