Fix typo `asayn_init` instead of `async_init` (#15645)

pull/15649/head
Cheong Yip 2018-07-24 12:19:01 +10:00 committed by Aaron Bach
parent bc481fa366
commit 45c35ceb2b
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ class TileScanner:
_LOGGER.debug('Updating Tile data')
try:
await self._client.asayn_init()
await self._client.async_init()
tiles = await self._client.tiles.all(
whitelist=self._types, show_inactive=self._show_inactive)
except SessionExpiredError: