Update changes
This commit is contained in:
parent
c637ea44d6
commit
8ea0064a7a
4 changed files with 1 additions and 1 deletions
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable 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
0
example-config.yaml → example-servers.yaml
Normal file → Executable file
Loading…
Add table
Add a link
Reference in a new issue