forked from NoLog.cz/trhlina-calendar
fixes favicon
This commit is contained in:
parent
6faf1f83bd
commit
60562b2aec
1 changed files with 2 additions and 1 deletions
3
main.py
3
main.py
|
@ -1,8 +1,9 @@
|
||||||
from flask import Flask, render_template, request
|
from flask import Flask, render_template, request, send_from_directory
|
||||||
import get_json
|
import get_json
|
||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
|
from os.path import join, dirname
|
||||||
|
|
||||||
load_dotenv()
|
load_dotenv()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue