forked from MarseyWorld/MarseyWorld
sneed
parent
677043827d
commit
9ef74dd642
|
@ -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)
|
||||
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue