From 758a205eff5400a14f05a62193ed84ff18dcc2d2 Mon Sep 17 00:00:00 2001 From: jjjkkkjjj Date: Sat, 10 Aug 2024 00:47:19 +0900 Subject: [PATCH] removed handiling the sequential / (#2110) --- channels/routing.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/channels/routing.py b/channels/routing.py index 44bd5e80..b64c0529 100644 --- a/channels/routing.py +++ b/channels/routing.py @@ -98,8 +98,7 @@ def _parse_resolver(child_url_pattern, parent_resolver, parent_regex, routes): # Remove the redundant caret ^ which is appended by `path` function regex = re.sub(r"(?