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