mirror of
https://github.com/SantaSpeen/Rcon-VK-Bot.git
synced 2026-05-19 16:10:32 +00:00
[-] signal.SIGKILL
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ if __name__ == '__main__':
|
|||||||
if platform.system() == 'Windows':
|
if platform.system() == 'Windows':
|
||||||
signal.signal(signal.SIGBREAK, bot.stop)
|
signal.signal(signal.SIGBREAK, bot.stop)
|
||||||
elif not IN_DOCKER:
|
elif not IN_DOCKER:
|
||||||
signal.signal(signal.SIGKILL, bot.stop)
|
# signal.signal(signal.SIGKILL, bot.stop)
|
||||||
signal.signal(signal.SIGHUP, bot.stop)
|
signal.signal(signal.SIGHUP, bot.stop)
|
||||||
try:
|
try:
|
||||||
bot.listen()
|
bot.listen()
|
||||||
|
|||||||
Reference in New Issue
Block a user