From 6ee29c01d19aa64b29bcc333f55c3d147380e49f Mon Sep 17 00:00:00 2001 From: Momo Date: Thu, 26 Jul 2018 22:16:02 +0000 Subject: Tweaks to the Infractions API for the bot --- pysite/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pysite/tables.py') diff --git a/pysite/tables.py b/pysite/tables.py index 3485065f..838d69f9 100644 --- a/pysite/tables.py +++ b/pysite/tables.py @@ -269,7 +269,7 @@ TABLES = { "type" # str "inserted_at", # datetime "expires_at", # datetime - "active", # bool + "closed", # bool "legacy_rowboat_id" # str ]) ), -- cgit v1.2.3