mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Rename class HumbugAPI to Client
(imported from commit 4270f31fc5febcd9c444d0d133a1dad3860618f0)
This commit is contained in:
@@ -301,7 +301,7 @@ def main(args):
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), '../api'))
|
||||
import humbug
|
||||
me = get_current_user(repo)
|
||||
client = humbug.HumbugAPI(
|
||||
client = humbug.Client(
|
||||
email=me[me.index("<") + 1:me.index('>')],
|
||||
site="https://staging.humbughq.com",
|
||||
verbose=True)
|
||||
|
||||
Reference in New Issue
Block a user