diff --git a/processor/app.py b/processor/app.py index bb06ba7..5aab918 100644 --- a/processor/app.py +++ b/processor/app.py @@ -33,6 +33,8 @@ db_con = sqlite3.connect("../data/diffs.db") db = db_con.cursor() db.executescript(""" +PRAGMA journal_mode=WAL; + CREATE TABLE IF NOT EXISTS diffs ( diff_id INTEGER PRIMARY KEY, article_id TEXT, diff --git a/view/templates/about.html b/view/templates/about.html index 641e292..eae7b89 100644 --- a/view/templates/about.html +++ b/view/templates/about.html @@ -14,7 +14,7 @@

Headliner is monitoring rss feeds of czech news websites for changes in - article headlines. Just because it might be interesting. + article headlines. Just because it might be interesting. You can read more about it on zive.cz or a2larm.cz.

Check out the source code,