diff options
| author | root <root@turin.home> | 2022-01-16 14:28:24 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-16 14:28:24 +0000 |
| commit | 10e79cd3fdf5de46b4ebe97f7974699e4551076c (patch) | |
| tree | 684d6736d612daa164aa03e42dc340a710eba58a | |
| parent | 200bc94dbd30a48d92a75728c49832f5692f3daa (diff) | |
url_for import error
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__) |
