From 9ef74dd6429c6a9d984fbe5ce0329fdee65fbc63 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 12 Oct 2022 00:00:04 +0000 Subject: [PATCH] sneed --- files/routes/errors.py | 2 ++ seed-db.sql | 2 ++ 2 files changed, 4 insertions(+) diff --git a/files/routes/errors.py b/files/routes/errors.py index 4712fad93..fe311bb6c 100644 --- a/files/routes/errors.py +++ b/files/routes/errors.py @@ -47,6 +47,8 @@ def error_401(e): @app.errorhandler(500) def error_500(e): + if not g: print("500: not g") + if not g.db: print("500: not g.db") g.db.rollback() return error(e) diff --git a/seed-db.sql b/seed-db.sql index c2a3a1a86..89fe9bd86 100644 --- a/seed-db.sql +++ b/seed-db.sql @@ -1790,6 +1790,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES ('marseygrin',2,'seethe pain rage beard angry',NULL), ('marseygroomer',2,'pedobear discord pedophile pedo chomo molest pedocord',NULL), ('marseygroomer2',2,'molest discord chomo snoo pedo pedocord reddit',NULL), +('marseygrouns',2,'grouns grounds darrell brooks court lawyer',1665524778), ('marseygucci',2,'gucci mane lean rapper trap mixtape bricksquad traphouse codeine lean rapper pimp',NULL), ('marseyguillotine',2,'cut head off beheading beheaded headless french robespierre marie antoinette death die kill execution execute',NULL), ('marseygun',2,'handgun shoot bang kill threaten pistol',NULL), @@ -2150,6 +2151,7 @@ INSERT INTO public.marseys (name, author_id, tags, created_utc) VALUES ('marseyobese',2,'fat chonker bbw chonk chunky pig lorg',NULL), ('marseyobesescale',2,'fat chonker bbw chonk chunky pig lorg',NULL), ('marseyobey',2,'1984 sign ingsoc poster big brother',NULL), +('marseyobjection',2,'objection darrell brooks court lawyer',1665524756), ('marseyoceania',2,'kiwi new zealand kangaroo newzealand australia',NULL), ('marseyoctopus',2,'tentacles kraken tentacled',NULL), ('marseyoctopus2',2,'consume product epic win communities no bait too obvious globe patch',NULL),