af8f82924fdcb841133c0265b2536a9409ef0396
basically the issue was that the main loop received the SIGINT and therefore broke out before reaching the parts of the code that care about bringing down the child threads. therefore there's now a finish() method that needs to be called after stop(). because sqlite dbs insists to be used from the thread that created the object, the DB cleanup operation are done from the thread that controls it. for standalone operation, in order to keep the main thread alive, an additional run() method is used. this is not necessary when used via ppf.py.
Description
No description provided
Languages
Python
74.2%
JavaScript
10.5%
CSS
7.4%
Shell
4%
HTML
3.7%
Other
0.2%