Flake8 not happy

This commit is contained in:
Arnold Dechamps 2024-03-20 02:06:52 +01:00
parent 1db76a8ab0
commit be14909601
No known key found for this signature in database
GPG key ID: AE66543374E41C89

2
app.py
View file

@ -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()