--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornad...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
service = [('Authenticate',Authenticate),('CloudService',CloudService,dict(domain_manager=self.domain_manager))]app = webservices.WSGIWebService(service,**settings)
this is error i got on the server sideinitialize() takes exactly 2 arguments (1 given)