From 8177ce075f21c7b132e707622917dfa4f969987d Mon Sep 17 00:00:00 2001 From: Fox Wilson Date: Wed, 4 May 2016 21:18:52 -0400 Subject: [PATCH] do the thing --- database.py | 1 + 1 file changed, 1 insertion(+) diff --git a/database.py b/database.py index c870112..7fe6b7f 100644 --- a/database.py +++ b/database.py @@ -84,3 +84,4 @@ class ScoreAdjustment(BaseModel): class AdminUser(BaseModel): username = CharField() password = CharField() + secret = CharField()