Update changes

This commit is contained in:
sanj 2025-01-17 15:41:43 -08:00
parent c637ea44d6
commit 8ea0064a7a
4 changed files with 1 additions and 1 deletions

0
README.md Normal file → Executable file
View file

View file

@ -21,7 +21,7 @@ import requests
requests.packages.urllib3.disable_warnings(category=InsecureRequestWarning)
# STEP 1: Update this path to point to your configuration directory:
config_yaml = 'config.yaml'
config_yaml = os.path.expanduser('~/.servers.yaml')
# Clean up old temporary scripts
temp_dir = tempfile.gettempdir()

0
example-config.yaml → example-servers.yaml Normal file → Executable file
View file