summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-01-16 14:28:24 +0000
committerroot <root@turin.home>2022-01-16 14:28:24 +0000
commit10e79cd3fdf5de46b4ebe97f7974699e4551076c (patch)
tree684d6736d612daa164aa03e42dc340a710eba58a /main.py
parent200bc94dbd30a48d92a75728c49832f5692f3daa (diff)
url_for import error
Diffstat (limited to 'main.py')
-rw-r--r--main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index 440f733..c99f638 100644
--- a/main.py
+++ b/main.py
@@ -5,7 +5,7 @@ import sql
import weather
import time
-from flask import Flask, render_template, redirect
+from flask import Flask, render_template, redirect, url_for
from threading import Thread
app = Flask(__name__)