fix your grammar

This commit is contained in:
BuildTools
2021-01-10 11:41:31 +11:00
parent d375bbe1e3
commit 58871299a2

View File

@@ -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: