From 6a88b45480d5a175aa5a81bc12e5865689334b27 Mon Sep 17 00:00:00 2001 From: j Date: Thu, 15 Jan 2026 16:42:50 +0000 Subject: [PATCH] escape --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 64a49f1..ef66583 100755 --- a/install.py +++ b/install.py @@ -108,7 +108,7 @@ if os.path.exists('__init__.py'): if 'LOCAL_URLPATTERNS' not in local_settings: local_settings += ''' LOCAL_URLPATTERNS = [ - [r'^(?P[A-Z0-9].*)/source(?P[\d\.]+)\.(?P.*)$', 'p_for_power.views.source_frame'], + [r'^(?P[A-Z0-9].*)/source(?P[\\d\\.]+)\\.(?P.*)$', 'p_for_power.views.source_frame'], ] ''' local_settings_changed = True