Skip to content

Commit a797aa9

Browse files
committed
test: icloud login
1 parent 5d3ffa9 commit a797aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/timetracking/data_source.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def login_to_icloud(
118118
) -> CloudConnector:
119119
"""Attempts to authenticate user with their icloud account"""
120120
# TODO: error handling - login may fail
121+
logger.info(f"Logging in to iCloud with {apple_id}...")
121122
icloud_connector = icloudpy.ICloudPyService(
122123
apple_id=apple_id,
123124
password=password,

0 commit comments

Comments
 (0)