Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kafuuchino-desu committed Dec 20, 2018
1 parent e52f982 commit e5d504c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def cmdstop(self): #stop the server using command

def forcestop(self): #stop the server using pclose, donnt use it until necessary
try:
pclose(self)
self.process.kill()
except:
raise RuntimeError

Expand Down

0 comments on commit e5d504c

Please sign in to comment.