Skip to content

Commit

Permalink
Update watch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 31, 2024
1 parent 8a8a607 commit 14444a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp_devtools/runserver/watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ async def _src_reload_when_live(self, checks: int) -> None:
assert self._app is not None and self._session is not None

if self._app[WS]:
url = 'http://{0.host}:{0.main_port}/?_checking_alive=1'.format(self._config)
url = "http://{0.host}:{0.main_port}/?_checking_alive=1".format(self._config)
logger.debug('checking app at "%s" is running before prompting reload...', url)
for i in range(checks):
await asyncio.sleep(0.1)
Expand Down

0 comments on commit 14444a5

Please sign in to comment.