jfinn 4 giorni fa
parent
commit
d03334ffe3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      wsps/views.py

+ 1
- 1
wsps/views.py Vedi 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…
Annulla
Salva