Browse Source

...

master
jfinn 8 months 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
 def fn_v(request,*a,**kw):
23
 def fn_v(request,*a,**kw):
24
 	# glob_cl.acl
24
 	# glob_cl.acl
25
 	# if 
25
 	# if 
26
+	p("fn_v",request)
26
 	# return HttpResponse("fn_v?") 
27
 	# return HttpResponse("fn_v?") 
27
 	if (glob_cl.has_cl):
28
 	if (glob_cl.has_cl):
28
 		p("async_to_sync sig:",inspect.signature(async_to_sync))
29
 		p("async_to_sync sig:",inspect.signature(async_to_sync))

Loading…
Cancel
Save