mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 21:53:57 +02:00
examples: real_airtag: Show reports in chronological order
This commit is contained in:
@@ -35,7 +35,7 @@ def main(plist_path: str) -> int:
|
||||
# step 3: print 'em
|
||||
print()
|
||||
print("Location reports:")
|
||||
for report in reports:
|
||||
for report in sorted(reports):
|
||||
print(f" - {report}")
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user