Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
improve some documentation in config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TriOCuBe committed Nov 17, 2023
1 parent 46ab34d commit c95ea48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tft_bot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def get_economy_mode(system_helpers) -> EconomyMode:

def get_deceive_config() -> bool:
"""
Check if we want to use deceive.
Checks if the bot should use Deceive.
Returns:
True or False.
Expand All @@ -227,10 +227,10 @@ def get_deceive_config() -> bool:

def get_install_location_deceive() -> str | None:
"""
Get the path of Deceive.exe.
Gets the path of Deceive.exe.
Returns:
String containing path.
String containing path or None if empty.
"""
return _SELF.get("install_location_deceive") or None

Expand Down

0 comments on commit c95ea48

Please sign in to comment.