From 0ebc9743efbb8a27774eb62352c33e1ac38cb6b6 Mon Sep 17 00:00:00 2001 From: Kyle Skompinski Date: Wed, 25 Jan 2023 22:45:26 -0500 Subject: [PATCH] Updated README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 38dff0187..17df61dde 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Odds data will be automatically fetched from sbrodds if the -odds option is prov If `-odds` is not given, enter the under/over and odds for today's games manually after starting the script. ## Flask Web App + + This repo also includes a small Flask application to help view the data from this tool in the browser. To run it: ``` cd Flask