I hate python very much

This commit is contained in:
2026-04-14 13:24:32 +02:00
parent 97bceea5da
commit 6f518f571b

View File

@@ -67,8 +67,8 @@ class CallManager:
print("Hang notify sent", "response=", response.decode()) print("Hang notify sent", "response=", response.decode())
s.close() s.close()
def deaf_mumble(): def deaf_mumble(self):
exec_mumble(True) exec_mumble(True)
def undeaf_mumble(): def undeaf_mumble(self):
exec_mumble(False) exec_mumble(False)