Skip to content

Commit 629ecb5

Browse files
committed
fix: Unnecessary refresh credentials causing blocking call
1 parent 159d2ea commit 629ecb5

File tree

1 file changed

+0
-2
lines changed
  • custom_components/electric_ireland_insights

1 file changed

+0
-2
lines changed

custom_components/electric_ireland_insights/api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ def refresh_credentials(self):
3333

3434
@property
3535
def scraper(self):
36-
if not self.__scraper:
37-
self.refresh_credentials()
3836
return self.__scraper
3937

4038
def __login_and_get_meter_ids(self, session):

0 commit comments

Comments
 (0)