Browse Source

post

master
jfinn 2 months ago
parent
commit
34072654a8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      wsps/views.py

+ 2
- 2
wsps/views.py View File

75
 
75
 
76
 def fn_vpx(request,*a,**kw):
76
 def fn_vpx(request,*a,**kw):
77
 
77
 
78
-	if (glob.has("fnx")):
79
-		glob.fnx(request)
78
+	if (gmod.glob.has("fnx")):
79
+		gmod.glob.fnx(request)
80
 
80
 
81
 	p("\n")
81
 	p("\n")
82
 	p("fn_vpx:",request,"\n",a,kw)
82
 	p("fn_vpx:",request,"\n",a,kw)

Loading…
Cancel
Save