Removed dotenv due to bug in it

This commit is contained in:
2021-08-26 22:06:17 +03:00
parent 0983091b54
commit 1759593826
3 changed files with 102 additions and 4 deletions

View File

@@ -1,12 +1,9 @@
from dotenv import load_dotenv
from flask import Flask, url_for, render_template
import os
import json
from app.config import PANDOC_LINK, PANDOC_PATH
import subprocess
load_dotenv()
app = Flask(__name__)