diff options
Diffstat (limited to 'apworld/__init__.py')
-rw-r--r-- | apworld/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apworld/__init__.py b/apworld/__init__.py index fc397a2..f99f5f5 100644 --- a/apworld/__init__.py +++ b/apworld/__init__.py | |||
@@ -162,5 +162,5 @@ def launch_client(*args): | |||
162 | 162 | ||
163 | 163 | ||
164 | component = Component("Lingo 2 Client", component_type=Type.CLIENT, func=launch_client, | 164 | component = Component("Lingo 2 Client", component_type=Type.CLIENT, func=launch_client, |
165 | description="Open Lingo 2.") | 165 | description="Open Lingo 2.", supports_uri=True, game_name="Lingo 2") |
166 | components.append(component) | 166 | components.append(component) |