fix signals

This commit is contained in:
Cort Buffington 2018-11-25 10:47:00 -06:00
parent 9e5cc5311c
commit 8a6225bd8e
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ if __name__ == '__main__':
reactor.stop()
# Set signal handers so that we can gracefully exit if need be
for sig in [signal.SIGTERM, signal.SIGINT]:
for sig in [signal.SIGINT, signal.SIGTERM]:
signal.signal(sig, sig_handler)
# Create the name-number mapping dictionaries