Skip to content

Commit

Permalink
fixing shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaaoBlues committed Feb 19, 2023
1 parent 9529e37 commit 1aa9320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions copypasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,8 @@ def shutdown_server(json_data:dict):
socketio.emit("[NOTIFY_USER]",{"msg":"CopyPasta server is now off. You may close this tab."})

socketio.stop()

exit(1)



Expand Down

0 comments on commit 1aa9320

Please sign in to comment.