mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-14 16:13:19 -06:00
brighten text, better quote table representation with QuoteList, better quote/scene for-loop keys
This commit is contained in:
@@ -47,7 +47,6 @@ def api_csrf():
|
||||
|
||||
@current_app.route('/api/episode/<int:season>/<int:episode>/')
|
||||
def api_episode(season: int, episode: int):
|
||||
print(data[season - 1]['episodes'][episode - 1])
|
||||
return jsonify(data[season - 1]['episodes'][episode - 1])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user