Skip to content

Commit c8769b9

Browse files
committed
Kill frame -- no need for it anymore.
1 parent 5e24dfb commit c8769b9

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
lines changed

testing.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
TESTING=True
33
DEBUG=True
44
STAY_RUNNING=True
5-
NO_FRAME=True

webdiff/app.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@ def get_image(side, path):
137137
# Show the first diff by default
138138
@app.route("/")
139139
def index():
140-
if not 'NO_FRAME' in app.config:
141-
return render_template('heartbeat.html', src='/0')
142-
else:
143-
return file_diff('0')
140+
return file_diff('0')
144141

145142

146143
@app.route("/<int:idx>")

webdiff/templates/heartbeat.html

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)