Skip to content

Commit abc8b73

Browse files
committed
🤦 2<3
1 parent c4636a3 commit abc8b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎an_website/utils/base_request_handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def now(self) -> datetime:
668668
if pytest_is_running():
669669
raise AssertionError("Now accessed before it was set")
670670
if self.request.method in self.SUPPORTED_METHODS:
671-
LOGGER.error("Now accessed before it was set", stacklevel=2)
671+
LOGGER.error("Now accessed before it was set", stacklevel=3)
672672
return datetime.fromtimestamp(
673673
self.request._start_time, # pylint: disable=protected-access
674674
tz=timezone.utc,

0 commit comments

Comments
 (0)