Skip to content

Commit 6b6ac37

Browse files
committed
lol
1 parent f58fca8 commit 6b6ac37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/spotlight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class SpotlightMiddleware(MiddlewareMixin): # type: ignore[misc]
8686
def __init__(self, get_response):
8787
# type: (Self, Callable[..., HttpResponse]) -> None
8888
super().__init__(get_response)
89-
_spotlight_script = None
89+
self._spotlight_script = None
9090

9191
import sentry_sdk.api
9292

0 commit comments

Comments
 (0)