
No Franchise Fatigue
The Matrix pt2
“The Ones That Mother Gives You Don’t Do Anything At All”
from flask import Flask, render_template, request, session
app = Flask(__name__)
app.secret_key= ‘Neo… I believe’
import random
@app.route('/')
def index():
if ‘matrixSequels’ not in session:
session[‘episode’] = 307
session[‘matrixMovies’] = “Reloaded and Revolutions”
session[’synopsis’] = “This week Agents Caylor and Reifschneider \n
finish discussing the sci-fi action classic Matrix franchise \n
where they come to some disagreements, and not to \n
editorialize, but I do think Agent Caylor has a point”
session['gameover'] = False
session[’synopsisWriter’] = “Agent Caylor”
return render_template('podcast.html')
Credits:
Hosted by Matt Reifschneider and Sean Caylor
Produced by Matt Reifschneider and Sean Caylor
Edited by Sean Caylor
Reach us at:
facebook.com/nofranchisefatigue
Thank you for listening.