From 4b7023756bfb8bb20fa70b2a25fc4bd6c70e6723 Mon Sep 17 00:00:00 2001 From: Zack Date: Mon, 25 Jun 2018 06:49:02 -0700 Subject: [PATCH] snaptext target blank --- startup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startup.py b/startup.py index 98a923c..df2b17c 100644 --- a/startup.py +++ b/startup.py @@ -57,7 +57,7 @@ def id_generator(size=6, chars=string.ascii_lowercase + string.digits): @app.route('/') def main(): piid = open('pi.id', 'r').read().strip() - return render_template('index.html', ssids=getssid(), message="Once connected you'll find IP address @ snaptext.live/{}.".format(piid,piid)) + return render_template('index.html', ssids=getssid(), message="Once connected you'll find IP address @ snaptext.live/{}.".format(piid,piid)) # Captive portal when connected with iOS or Android @app.route('/generate_204')