TypeError
TypeError: 'bool' object is not callable
Traceback (most recent call last)
File "/home/adi/open-event-orga-server/fossasia/lib/python2.7/site-packages/flask/app.py", line 1836, in __call__
return self.wsgi_app(environ, start_response)
File "/home/adi/open-event-orga-server/fossasia/lib/python2.7/site-packages/flask/app.py", line 1820, in wsgi_app
response = self.make_response(self.handle_exception(e))
File "/home/adi/open-event-orga-server/fossasia/lib/python2.7/site-packages/flask_cors/extension.py", line 110, in wrapped_function
if not login.current_user.is_authenticated():
TypeError: 'bool' object is not callable