mirror of
https://github.com/nikdoof/evestandings.git
synced 2025-12-22 06:19:24 +00:00
Remove half complete flask container.
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
try:
|
||||
from flask import Flask
|
||||
except ImportError:
|
||||
raise Exception('Flask is not available, please install if you wish to use Standings as a webapp')
|
||||
|
||||
from .core import Standings
|
||||
|
||||
app = Flask(__name__)
|
||||
stdobj = Standings()
|
||||
|
||||
@app.route('/')
|
||||
def standings():
|
||||
return stdobj._get_html()
|
||||
Reference in New Issue
Block a user