Skip to content

Commit a01e7d6

Browse files
committed
build 0.28.0
1 parent a27e8b9 commit a01e7d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elmclient/httpops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ def get_app_password( self, url ):
396396
passdetails = apass.split( ":", 1 )
397397
if len( passdetails ) < 2:
398398
# no : so give up
399+
break
399400
if appcr.startswith( f"/{passdetails[0]}" ):
400401
# found it!
401402
return passdetails[1]

0 commit comments

Comments
 (0)