zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
350 stars 356 forks source link

Following changes are done: #635

Open dmarar opened 3 years ago

dmarar commented 3 years ago

The init.py file of Client was changed to thrown an error during instantiation if the credentials are incorrect. send.py was modified to handle the error thrown by the Client.

Adding an entry in the log for the invalidcredentialException raised

dmarar commented 3 years ago

@zulipbot codereview

zulipbot commented 3 years ago

Heads up @dmarar, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the upstream/main branch and resolve your pull request's merge conflicts accordingly.