Skip to content

Commit

Permalink
Add correct features client to websocket request
Browse files Browse the repository at this point in the history
  • Loading branch information
chdorner committed Mar 18, 2016
1 parent 3c656f5 commit 3e8d228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Worker(GeventPyWSGIWorker):
def create_app(global_config, **settings):
config = configure(settings=settings)

config.add_request_method(features.flag_enabled, name='feature')
config.add_request_method(features.Client, name='feature', reify=True)

config.include('h.auth')
config.include('h.sentry')
Expand Down

0 comments on commit 3e8d228

Please sign in to comment.