Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
laraveluser authored Apr 1, 2024
1 parent b028fe6 commit bb0f8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def set_call_origin(self, phone_name: str):
def get_calllist(self, filter_incoming: str = ''):
if filter_incoming :
return self.fritz_device.get_calllist(filter_incoming)
else
else :
return self.fritz_device.get_calllist_from_cache()

@NoAttributeError
Expand Down

0 comments on commit bb0f8c4

Please sign in to comment.