Fix comment
This commit is contained in:
		| @@ -129,9 +129,11 @@ signal.signal(signal.SIGTERM, lambda *a: exit(servers)) | |||||||
| try: | try: | ||||||
|     while threads: |     while threads: | ||||||
|         threads[0].join(1) # try one second |         threads[0].join(1) # try one second | ||||||
|         if threading.active_count() <= len(threads): # one thread died |         if threading.active_count() <= len(threads): | ||||||
|  |             # at least one thread died -- exit all | ||||||
|             break |             break | ||||||
| except KeyboardInterrupt: | except KeyboardInterrupt: | ||||||
|  |     # no unwanted traceback :) | ||||||
|     pass |     pass | ||||||
| finally: | finally: | ||||||
|     exit(servers) |     exit(servers) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 René 'Necoro' Neumann
					René 'Necoro' Neumann