Browse Source

...

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

+ 2
- 0
wsps/views.py View File

@@ -35,6 +35,8 @@ def fn_v(request,*a,**kw):
35 35
 	p("fn_v",request)
36 36
 	for en in dir(request):
37 37
 		p(en)
38
+
39
+	glob_cl.post_info(request,*a,**kw)
38 40
 	# return HttpResponse("fn_v?") 
39 41
 	if (glob_cl.has_cl):
40 42
 		p("async_to_sync sig:",inspect.signature(async_to_sync))

Loading…
Cancel
Save