Skip to content

Commit

Permalink
fix(rpp.steam): simplify log message for STEAM_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
manucabral committed Nov 4, 2024
1 parent 3790bbf commit efd0ad5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rpp/steam.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ def load_accounts(self) -> list[SteamAccount]:
"Steam configuration file not found,"
"maybe steam is installed in a different directory"
)
self.log.info("Please specify the real path into the .env file with key STEAM_CONFIG_PATH")
self.log.info(
"Please specify the real path into .env with STEAM_CONFIG_PATH"
)
self.enabled = False
return []

0 comments on commit efd0ad5

Please sign in to comment.