From b07b9507d0c70e52e753cee9fb771af4f2065125 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 2 Nov 2017 22:58:54 -0700 Subject: [PATCH] Change patreon thanks default --- topics/common_scenes.py | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/topics/common_scenes.py b/topics/common_scenes.py index 431a88db..9e39c6ec 100644 --- a/topics/common_scenes.py +++ b/topics/common_scenes.py @@ -61,36 +61,7 @@ class OpeningQuote(Scene): class PatreonThanks(Scene): CONFIG = { - "specific_patrons" : [ - "Ali Yahya", - "Meshal Alshammari", - "CrypticSwarm ", - "Justin Helps", - "Ankit Agarwal", - "Yu Jun", - "Shelby Doolittle", - "Dave Nicponski", - "Damion Kistler", - "Juan Benet", - "Othman Alikhan", - "Markus Persson", - "Dan Buchoff", - "Derek Dai", - "Joseph John Cox", - "Luc Ritchie", - "Nils Schneider", - "Mathew Bramson", - "Guido Gambardella", - "Jerry Ling", - "Mark Govea", - "Vecht", - "Shimin Kuang", - "Rish Kundalia", - "Achille Brighton", - "Kirk Werklund", - "Ripta Pasay", - "Felipe Diniz", - ], + "specific_patrons" : [], "max_patron_group_size" : 20, "patron_scale_val" : 0.8,