Skip to content

Commit 477df08

Browse files
committed
Fixing Newegg to Staples
1 parent 7806a1c commit 477df08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prepd.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ def dell():
9595
return render_template('flyer.html', store=store, images=images,
9696
names=names, length=len(images))
9797

98-
@app.route('/newegg-flyer')
98+
@app.route('/staples-flyer')
9999
def newegg():
100-
store = 'Newegg Canada'
100+
store = 'Staples Canada'
101101
j = prepd_tools.get_JSON('english', 'staples', 'M9B4J6')
102102
images = prepd_tools.get_img(j)
103103
names = prepd_tools.get_name(j)

0 commit comments

Comments
 (0)