Browse Source

...

master
jfinn 2 weeks ago
parent
commit
42ba3cb7e5
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      wsps/views.py

+ 1
- 0
wsps/views.py View File

@@ -23,6 +23,7 @@ def index(request):
23 23
 def fn_v(request,*a,**kw):
24 24
 	# glob_cl.acl
25 25
 	# if 
26
+	p("fn_v",request)
26 27
 	# return HttpResponse("fn_v?") 
27 28
 	if (glob_cl.has_cl):
28 29
 		p("async_to_sync sig:",inspect.signature(async_to_sync))

Loading…
Cancel
Save