Skip to content

Commit

Permalink
removed misleading TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
kirgrim committed Mar 9, 2024
1 parent ca5c6cd commit 09d18fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/klatchat_observer/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ def __init__(
}
self._sio = None
self.sio_url = config["SIO_URL"]
self.server_url = (
self.sio_url
) # TODO: temporary solution, consider using better naming convention
self.server_url = self.sio_url
self._klat_session_token = None
self.klat_auth_credentials = config.get("KLAT_AUTH_CREDENTIALS", {})
self.connect_sio()
Expand Down

0 comments on commit 09d18fe

Please sign in to comment.