Skip to content

Commit

Permalink
Use canonical name, not alias. (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan authored Jan 10, 2025
1 parent 4c0bb12 commit cc21998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def login(self):
and enter the code: XXXX-XXXX
"""
self.context.login()
self.context.authenticate()

def logout(self):
"""
Expand Down

0 comments on commit cc21998

Please sign in to comment.