From 3a146c286344474bd5d6958b3c2eab10341ff399 Mon Sep 17 00:00:00 2001 From: sco1 Date: Wed, 24 Apr 2019 17:25:47 -0400 Subject: Relint Snekbox with new linting rules --- snekweb.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'snekweb.py') diff --git a/snekweb.py b/snekweb.py index ff1a72c..3e20fda 100644 --- a/snekweb.py +++ b/snekweb.py @@ -22,14 +22,12 @@ log = app.logger @app.route('/') def index(): """Root path returns standard index.html.""" - return render_template('index.html') @sockets.route('/ws/') def websocket_route(ws, snekboxid): """Opens a websocket that spawns and connects to a snekbox daemon.""" - localdata = threading.local() localdata.thread_ws = ws -- cgit v1.2.3