From 58871299a20f66cfea665d5d8658e1575bf06c65 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 10 Jan 2021 11:41:31 +1100 Subject: [PATCH] fix your grammar --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4f305dc..508f4ff 100644 --- a/main.py +++ b/main.py @@ -14,7 +14,7 @@ DEV_HOST="mara" hostname = socket.gethostname() print( "Running on: {}".format( hostname) ) app = Flask(__name__) -### what is this value? I gather I should chagne it? +### what is this value? I gather I should change it? # local DB conn string if hostname == DEV_HOST: