mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
Added debug info to mumble manager
This commit is contained in:
parent
8700d52a9d
commit
9e432674fa
@ -140,6 +140,7 @@ class MumbleManager:
|
||||
print error
|
||||
except:
|
||||
print "Unexpected error:", sys.exc_info()[0]
|
||||
|
||||
return "", ""
|
||||
|
||||
@staticmethod
|
||||
@ -160,6 +161,7 @@ class MumbleManager:
|
||||
return username_clean, password
|
||||
except:
|
||||
print "Unexpected error:", sys.exc_info()[0]
|
||||
|
||||
return "", ""
|
||||
|
||||
@staticmethod
|
||||
|
Loading…
x
Reference in New Issue
Block a user