mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
Fix missing import
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user