Skip to content

Commit cfb128e

Browse files
committed
Palworld Comment Typo Fix
Fixing a typo in the comments for the Palworld protocol
1 parent 76d0782 commit cfb128e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opengsq/protocols/palworld.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def __init__(self, host: str, port: int, api_username: str, api_password: str, t
2222
2323
:param host: The host of the server.
2424
:param port: The port of the server.
25-
:param app_username: The application username.
26-
:param app_password: The application password.
25+
:param api_username: The API username.
26+
:param api_password: The API password.
2727
:param timeout: The timeout for the server connection.
2828
"""
2929

0 commit comments

Comments
 (0)