minor change

This commit is contained in:
Kevin 2024-04-16 14:56:05 +02:00
parent 2093185b2c
commit fdd36a356a
1 changed files with 0 additions and 4 deletions

4
pandora_agents/unix/plugins/autodiscover Normal file → Executable file
View File

@ -33,10 +33,6 @@ VERSION = "1.3"
# Define a function to handle the SIGTERM signal
def sigterm_handler(signum, frame):
print("Received SIGTERM signal. Cleaning up...")
# Perform any necessary cleanup or shutdown operations here
# ...
# Exit the script
sys.exit(0)
signal.signal(signal.SIGTERM, sigterm_handler)