Closed calvinli closed 10 years ago
Right now the list of cases to look for is hardcoded into the script as cases.
cases
This should at some point be moved out (maybe into another SQLite table, see #4).
This has been implemented. Case information is now stored in an SQLite database, see commit f08d03ae64625a73a801337167bfa4447403d7b0.
Right now the list of cases to look for is hardcoded into the script as
cases
.This should at some point be moved out (maybe into another SQLite table, see #4).