Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
Update irccloud.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro authored Mar 28, 2021
1 parent 50b3cba commit 6cc79ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irccloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def get_authentication_token(self):
url = "https://www.irccloud.com/chat/auth-formtoken"
r = requests.post(url)
response = r.json()
if debug_mode:
if self.debugging:
self.log.debug(response)
if response["success"]:
self.log.info("Successfully obtained authentication token.")
Expand Down

0 comments on commit 6cc79ff

Please sign in to comment.