Skip to content

Commit

Permalink
Fix for botamusique error
Browse files Browse the repository at this point in the history
  • Loading branch information
azlux committed Dec 27, 2019
1 parent 222c859 commit deebf01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymumble_py3/mumble.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def run(self):

if self.connect() >= PYMUMBLE_CONN_STATE_FAILED: # some error occurred, exit here
self.ready_lock.release()
raise ConnectionRejectedError ("Connection error with the Mumble (murmur) Server")
break

try:
Expand Down

0 comments on commit deebf01

Please sign in to comment.