Exemplo n.º 1
0
 def P_epgservicelistnownext(self, request):
     res = self.testMandatoryArguments(request, ["sList"])
     if res:
         return res
     self.isGZ = True
     ret = getServicesNowNextEpg(request.args["sList"][0])
     return ret
Exemplo n.º 2
0
	def P_epgservicelistnownext(self, request):
		res = self.testMandatoryArguments(request, ["sList"])
		if res:
			return res
		self.isGZ=True
		ret = getServicesNowNextEpg(request.args["sList"][0])
		return ret