@@ -202,19 +202,19 @@ app = Flask(__name__)
202
202
203
203
# list of cat images
204
204
images = [
205
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26388-1381844103-11.gif" ,
206
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr01/15/9/anigif_enhanced-buzz-31540-1381844535-8.gif" ,
207
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26390-1381844163-18.gif" ,
208
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-1376-1381846217-0.gif" ,
209
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3391-1381844336-26.gif" ,
210
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-29111-1381845968-0.gif" ,
211
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3409-1381844582-13.gif" ,
212
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr02/15/9/anigif_enhanced-buzz-19667-1381844937-10.gif" ,
213
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26358-1381845043-13.gif" ,
214
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-18774-1381844645-6.gif" ,
215
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-25158-1381844793-0.gif" ,
216
- " http://ak-hdl.buzzfed .com/static/2013-10/enhanced/webdr03/15/10/anigif_enhanced-buzz-11980-1381846269-1.gif"
217
- ]
205
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26388-1381844103-11.gif" ,
206
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr01/15/9/anigif_enhanced-buzz-31540-1381844535-8.gif" ,
207
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26390-1381844163-18.gif" ,
208
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-1376-1381846217-0.gif" ,
209
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3391-1381844336-26.gif" ,
210
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr06/15/10/anigif_enhanced-buzz-29111-1381845968-0.gif" ,
211
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr03/15/9/anigif_enhanced-buzz-3409-1381844582-13.gif" ,
212
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr02/15/9/anigif_enhanced-buzz-19667-1381844937-10.gif" ,
213
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr05/15/9/anigif_enhanced-buzz-26358-1381845043-13.gif" ,
214
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-18774-1381844645-6.gif" ,
215
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr06/15/9/anigif_enhanced-buzz-25158-1381844793-0.gif" ,
216
+ " http://img.buzzfeed .com/buzzfeed-static /static/2013-10/enhanced/webdr03/15/10/anigif_enhanced-buzz-11980-1381846269-1.gif"
217
+ ]
218
218
219
219
@app.route (' /' )
220
220
def index ():
0 commit comments