From 06d706ae2497e098d3d062b600105d325c84cab9 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Tue, 3 Mar 2026 09:05:43 -0600 Subject: [PATCH] episode: Fix: remove debug print(req.scope) from FastAPI docs route --- episodes/2026-03-03.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-03-03.md b/episodes/2026-03-03.md index fa50bdfeacd..533ef422a7c 100644 --- a/episodes/2026-03-03.md +++ b/episodes/2026-03-03.md @@ -31,3 +31,7 @@ - **Tags:** issue-poller, paper-dynasty-discord, automation - **Memory:** [issue-poller-paper-dynasty-discord36-failed-76d387](graph/workflows/issue-poller-paper-dynasty-discord36-failed-76d387.md) - **Summary:** Attempted paper-dynasty-discord#36 — Replace synchronous `requests` library calls with `aiohttp` in + +## 09:05 - Fix: remove debug print(req.scope) from FastAPI docs route +- **Type:** fix +- **Tags:** paper-dynasty, paper-dynasty-database, fastapi, debug, fix, python