Skip to content

Commit 79e25f7

Browse files
committed
Fix attribute error
1 parent 0d19bf4 commit 79e25f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ async def _restart_close_timer(self):
388388
This will create or restart a timer to automatically close this
389389
thread.
390390
"""
391-
timeout = await self._grab_timeout()
391+
timeout = await self._fetch_timeout()
392392

393393
# Exit if timeout was not set
394394
if timeout is None:

0 commit comments

Comments
 (0)