mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
Rename class HumbugAPI to Client
(imported from commit 4270f31fc5febcd9c444d0d133a1dad3860618f0)
This commit is contained in:
@@ -797,7 +797,7 @@ or specify the --api-key-file option.""" % (options.api_key_file,)))
|
||||
os.environ["HUMBUG_API_KEY"] = api_key
|
||||
|
||||
import humbug
|
||||
humbug_client = humbug.HumbugAPI(
|
||||
humbug_client = humbug.Client(
|
||||
email=options.user + "@mit.edu",
|
||||
api_key=api_key,
|
||||
verbose=True,
|
||||
|
||||
Reference in New Issue
Block a user