I hate python very much
This commit is contained in:
@@ -67,8 +67,8 @@ class CallManager:
|
||||
print("Hang notify sent", "response=", response.decode())
|
||||
s.close()
|
||||
|
||||
def deaf_mumble():
|
||||
def deaf_mumble(self):
|
||||
exec_mumble(True)
|
||||
|
||||
def undeaf_mumble():
|
||||
def undeaf_mumble(self):
|
||||
exec_mumble(False)
|
||||
|
||||
Reference in New Issue
Block a user