Skip to content

Commit 3d56337

Browse files
committed
2.1.0
-
1 parent edd2eff commit 3d56337

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

utp/link.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@ class OpCodes(IntEnum):
132132
"Right_Eyeball_Look_L": "CC_Base_R_Eye",
133133
}
134134

135-
def sigterm_handler(sig, frame):
136-
print("SIGTERM received, connection closed!")
137-
138-
# Install the signal handler
139-
signal.signal(signal.SIGTERM, sigterm_handler)
140-
141135

142136
class LinkActor():
143137
name: str = "Name"

0 commit comments

Comments
 (0)