This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
J1147
/
ai-on-wechat
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ctrl+c exit
develop
JS00000
1 year ago
parent
15e6cf850b
commit
68ef5aa3ae
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app.py
+ 1
- 0
app.py
View File
@@ -15,6 +15,7 @@ def sigterm_handler_wrap(_signo):
conf().save_user_datas()
if callable(old_handler): # check old_handler
return old_handler(_signo, _stack_frame)
sys.exit(0)
signal.signal(_signo, func)
def run():
Write
Preview
Loading…
Cancel
Save