Skip to content

Commit b3fa29c

Browse files
Merge branch 'master' into dev/wrong_pass
2 parents af755cb + 82d7fb1 commit b3fa29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icloudpd/authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def request_2fa_web(
235235

236236
if not icloud.validate_2fa_code(code):
237237
if status_exchange.set_error("Failed to verify two-factor authentication code"):
238-
# that will loop forever
238+
# that will loop forever
239239
# TODO give user an option to restart auth in case they missed code
240240
continue
241241
else:

0 commit comments

Comments
 (0)