From 8ebc8b62e647353756288a77f2d17774ef78634c Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 6 Jul 2019 16:55:17 +0400 Subject: =?UTF-8?q?WIP:=20=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day9/task5/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day9') diff --git a/day9/task5/main.py b/day9/task5/main.py index db54d13..738afbe 100644 --- a/day9/task5/main.py +++ b/day9/task5/main.py @@ -72,7 +72,7 @@ def db_get(query, *args): @route('/') def index_get(query, *args): - data = render_template('index.html', heading=heading, body=body) + data = render_template('index.html') return data -- cgit v1.2.3