We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4188e2d commit 763e0b4Copy full SHA for 763e0b4
1 file changed
custom_component/rohlikcz/rohlik_api.py custom_components/rohlikcz/rohlik_api.pycustom_component/rohlikcz/rohlik_api.py renamed to custom_components/rohlikcz/rohlik_api.py
@@ -77,4 +77,4 @@ async def get_data(self):
77
raise ValueError("Login failed")
78
finally:
79
# Step 3: Close the session
80
- await self._run_in_executor(session.close)
+ await self._run_in_executor(session.close)
0 commit comments