From 17500aef5156e8c129c785d68eada86a1b991b99 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 3 Jun 2021 11:37:43 +0200 Subject: [PATCH] add more fake data to test HIBP --- server.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server.py b/server.py index 841a3f57..4ed1ed5f 100644 --- a/server.py +++ b/server.py @@ -298,8 +298,9 @@ def fake_data(): m1.pgp_finger_print = load_public_key(pgp_public_key) db.session.commit() - # example@example.com is in a LOT of data breaches + # example@example.com and hey@example.com is in a LOT of data breaches Alias.create(email="example@example.com", user_id=user.id, mailbox_id=m1.id) + Alias.create(email="hey@example.com", user_id=user.id, mailbox_id=m1.id) for i in range(3): if i % 2 == 0: