Flake8 not happy
This commit is contained in:
parent
1db76a8ab0
commit
be14909601
2
app.py
2
app.py
|
@ -7,6 +7,8 @@ from flask import Flask, render_template
|
||||||
from config import AIRPORT as airport
|
from config import AIRPORT as airport
|
||||||
|
|
||||||
app = Flask(__name__)
|
app = Flask(__name__)
|
||||||
|
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def hello_world():
|
def hello_world():
|
||||||
rawdata = datapull.grabber()
|
rawdata = datapull.grabber()
|
||||||
|
|
Loading…
Reference in a new issue