fix your grammar
This commit is contained in:
2
main.py
2
main.py
@@ -14,7 +14,7 @@ DEV_HOST="mara"
|
|||||||
hostname = socket.gethostname()
|
hostname = socket.gethostname()
|
||||||
print( "Running on: {}".format( hostname) )
|
print( "Running on: {}".format( hostname) )
|
||||||
app = Flask(__name__)
|
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
|
# local DB conn string
|
||||||
if hostname == DEV_HOST:
|
if hostname == DEV_HOST:
|
||||||
|
|||||||
Reference in New Issue
Block a user