Skip to content

Commit

Permalink
Merge pull request #179 from Benjamin-Loison/master
Browse files Browse the repository at this point in the history
Make `matrix-commander --get-devices` work despite *device last seen date* being `None`
  • Loading branch information
8go authored Aug 22, 2024
2 parents 078da5f + 4489893 commit 65c8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -4916,7 +4916,7 @@ async def action_devices(client: AsyncClient, credentials: dict) -> None:
+ SEP
+ rr.display_name
+ SEP
+ rr.last_seen_ip
+ str(rr.last_seen_ip)
+ SEP
+ str(rr.last_seen_date)
+ "\n"
Expand Down

0 comments on commit 65c8ef1

Please sign in to comment.