Browse Source

post

master
jfinn 4 days ago
parent
commit
d03334ffe3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/views.py

+ 1
- 1
wsps/views.py View File

@@ -82,7 +82,7 @@ def fn_vpx(request,*a,**kw):
82 82
 			p("skip:",en)
83 83
 			continue
84 84
 		attr = getattr(request,en,"NO_ATTR")
85
-		p(en,type(en))
85
+		p(en,type(attr))
86 86
 
87 87
 	p("????????????//")
88 88
 	p(request.method)

Loading…
Cancel
Save