Дмитрий
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
agent/downloader.py
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
from urllib import request |
|
|
|
from hashlib import sha256 |
|
|
|
|
|
|
|
API_AUTH_SECRET = 'piodpaosdpa_sd&3jf[owfafogjaspioha*a' |
|
|
|
API_AUTH_SECRET = 'your api key' |
|
|
|
FILE_LINK = 'http://localhost:8000/dev/nagios/hosts/' |
|
|
|
|
|
|
|
""" |
|
|
|
|