Benjamin Whelan
Benjamin Whelan
I think that the developers have dropped support for the time being.
Hey @ZhenYaXu This python script is in **/SecureTea-Project/securetea/lib/web_deface/monitor.py**. Please note that running this script alone will not do anything worthwhile to run the entire SecureTea-Project successfully. If you follow the...
> Yes, had the same issue when doing Chapter 3, need to define it as unique or just call it a primary key @f-mda Why has this not been updated...
> This also worked for me: > > ```sql >CREATE TABLE IF NOT EXISTS ingredient > ( > id VARCHAR(4) NOT NULL, > name VARCHAR(25) NOT NULL, > type VARCHAR(10)...
> The steps in the README are not working anymore when it comes to setting up the project. What section is out-of-date specifically?
You can also add it on a single line, not sure what is neater/clearer: ```sql create table if not exists Ingredient ( id varchar(4) primary key not null, name varchar(25)...