From 2e99d3305130521e320fbf004c202988f6018377 Mon Sep 17 00:00:00 2001 From: Matt Pusateri Date: Wed, 28 Jun 2017 14:15:50 -0400 Subject: [PATCH] Update app.py Exercise 7 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 1645439..761e7ea 100644 --- a/app.py +++ b/app.py @@ -9,7 +9,7 @@ @route('/') def index(): - return "

STEVE IS AWESOME GIVE ME $$$$

" + return "

Steve FAILED!

" # since this is a read only talk to the replicas