The code that handled running Iseult when the -b flag was used was missing two imports and had a sleep statement that slept for ~83 hours instead of the intended 5 minutes. I fixed both those issues and added a warning that the -b option is rarely used and might not be functioning as intended.
The code that handled running Iseult when the
-b
flag was used was missing two imports and had a sleep statement that slept for ~83 hours instead of the intended 5 minutes. I fixed both those issues and added a warning that the-b
option is rarely used and might not be functioning as intended.