From 06ba45198346704e31adbda7400a15a3477bd67a Mon Sep 17 00:00:00 2001 From: Ryan Nelson <44874266+rnelson01@users.noreply.github.com> Date: Mon, 17 Aug 2020 11:54:10 -0500 Subject: [PATCH] Update app.py updated return message --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 09c9bf8..c2cac05 100644 --- a/app.py +++ b/app.py @@ -8,7 +8,7 @@ @app.route('/', methods = ['GET']) def home(): - return "This is my first Drone.io Build!" + return "Drone.io Building!" if __name__ == '__main__': #app.run(debug=False)