kopia lustrzana https://github.com/cirospaciari/socketify.py
fix App destroy without listen
rodzic
10c43dd89c
commit
f6b6a6e6ab
|
@ -2298,6 +2298,7 @@ class App:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
|
if self.app: #only destroy if exists
|
||||||
lib.uws_app_destroy(self.SSL, self.app)
|
lib.uws_app_destroy(self.SSL, self.app)
|
||||||
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue