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