move session under do not edit
This commit is contained in:
parent
624b993bbf
commit
d1fb08e62d
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,6 @@ from sys import exit
|
|||
from requests import Session
|
||||
from json.decoder import JSONDecodeError
|
||||
|
||||
session = Session()
|
||||
|
||||
docker = True # True if using a docker container, False if not
|
||||
host_ip = '127.0.0.1' # Only relevant if docker = False
|
||||
username = 'admin' # Grafana username
|
||||
|
@ -25,6 +23,7 @@ sickchill_url = 'https://yourdomain.com/sickchill'
|
|||
|
||||
|
||||
# Do not edit past this line #
|
||||
session = Session()
|
||||
auth = (username, password)
|
||||
url_base = f"{grafana_url.rstrip('/')}/api"
|
||||
|
||||
|
|
Loading…
Reference in a new issue