Rename class HumbugAPI to Client
(imported from commit 4270f31fc5febcd9c444d0d133a1dad3860618f0)
This commit is contained in:
parent
f9f8a6e603
commit
b9325a09fa
14 changed files with 22 additions and 22 deletions
|
@ -43,7 +43,7 @@ if output:
|
|||
# Block-quote any command output.
|
||||
msg['content'] += ('\n\n' + '\n'.join('> ' + ln for ln in output.splitlines()))
|
||||
|
||||
client = humbug.HumbugAPI(
|
||||
client = humbug.Client(
|
||||
email = 'humbug+nagios@humbughq.com',
|
||||
api_key = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
|
||||
site = 'https://staging.humbughq.com')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue