debug
Simon 3 years ago
parent c1a6531dd0
commit d5d2e6772f

@ -2908,6 +2908,8 @@ if __name__ == '__main__':
if CONFIG['ALIASES']['SUB_MAP_FILE']:
subMapWrite()
print(gc.garbage)
# Set signal handers so that we can gracefully exit if need be
for sig in [signal.SIGINT, signal.SIGTERM]:
signal.signal(sig, sig_handler)

Loading…
Cancel
Save

Powered by TurnKey Linux.