Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhunger committed May 31, 2024
1 parent de33571 commit 982818a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blinkpy/blinkpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ async def setup_owls(self):
network_list = []
camera_list = []
if self.homescreen is None:
# Don't try to iterate if homescreen is not defined
return camera_list
# Don't try to iterate if homescreen is not defined
return camera_list
try:
for owl in self.homescreen["owls"]:
name = owl["name"]
Expand All @@ -207,8 +207,8 @@ async def setup_lotus(self):
network_list = []
camera_list = []
if self.homescreen is None:
# Don't try to iterate if homescreen is not defined
return camera_list
# Don't try to iterate if homescreen is not defined
return camera_list
try:
for lotus in self.homescreen["doorbells"]:
name = lotus["name"]
Expand Down

0 comments on commit 982818a

Please sign in to comment.