Commit 0222703d authored by Ignacio Corderi's avatar Ignacio Corderi
Browse files

Fixed a typo

parent e72c4821
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -81,7 +81,7 @@ class BaseAsync(Client):

        try:
            m, resp,value = self.network_recv()
            if m.authType == messages.Message.UNSOLICITED_STATUS:
            if m.authType == messages.Message.UNSOLICITEDSTATUS:
                if self.on_unsolicited:
                    try:
                        self.dispatch(self.on_unsolicited,resp.status)