Wrapped the "finish_the_night" call in "current_nl" to catch all exceptions, add them to a local variable, and not raise a new exception if it is the same as the old exception. Instead print a single line to indicate it's the same exception as before.
to reduce log overloading.
Wrapped the "finish_the_night" call in "current_nl" to catch all exceptions, add them to a local variable, and not raise a new exception if it is the same as the old exception. Instead print a single line to indicate it's the same exception as before.