Skip to content

Commit

Permalink
Fix naming of context variable (#4)
Browse files Browse the repository at this point in the history
This got renamed in baseplate but not here.
  • Loading branch information
spladug authored Feb 10, 2021
1 parent aed118c commit ae2017e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reddit_edgecontext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ def attach_context(self, context: RequestContext) -> None:
:param context: request context to attach this to
"""
context.request_context = self
context.raw_request_context = self._header
context.edge_context = self
context.raw_edge_context = self._header


class EdgeContextFactory(BaseEdgeContextFactory):
Expand Down

0 comments on commit ae2017e

Please sign in to comment.