Skip to content

Commit

Permalink
add description not that we can see it :)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Oct 14, 2024
1 parent 645cc67 commit 81800da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion worlds/tracker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ def map_page_index(self, data: Dict[str, Any]) -> int:
Right now it should just return 0"""
return 0

components.append(Component("Universal Tracker", None, func=launch_client, component_type=Type.CLIENT))
components.append(Component("Universal Tracker", None, func=launch_client, component_type=Type.CLIENT,
description="A Generic tracker that uses your AP install to duplicate generation logic"))

0 comments on commit 81800da

Please sign in to comment.