mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 14:16:21 +01:00
Added debug info to mumble manager
This commit is contained in:
@@ -140,7 +140,8 @@ class MumbleManager:
|
||||
print error
|
||||
except:
|
||||
print "Unexpected error:", sys.exc_info()[0]
|
||||
return "", ""
|
||||
|
||||
return "", ""
|
||||
|
||||
@staticmethod
|
||||
def create_blue_user(corp_ticker, username):
|
||||
@@ -160,7 +161,8 @@ class MumbleManager:
|
||||
return username_clean, password
|
||||
except:
|
||||
print "Unexpected error:", sys.exc_info()[0]
|
||||
return "", ""
|
||||
|
||||
return "", ""
|
||||
|
||||
@staticmethod
|
||||
def check_user_exist(username):
|
||||
|
||||
Reference in New Issue
Block a user