From 9da5ef4743d9deee25f7ee16b360346320d8d95c Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 4 Feb 2020 15:29:05 -0800 Subject: [PATCH] Changing patron name default --- manimlib/for_3b1b_videos/common_scenes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manimlib/for_3b1b_videos/common_scenes.py b/manimlib/for_3b1b_videos/common_scenes.py index da83fbb4..106adffd 100644 --- a/manimlib/for_3b1b_videos/common_scenes.py +++ b/manimlib/for_3b1b_videos/common_scenes.py @@ -265,6 +265,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene): "DeathByShrimp": "Henry Bresnahan", "akostrikov": "Aleksandr Kostrikov", "Jacob Baxter": "Will Fleshman", + "Sansword Huang": "SansWord@TW", } for n1, n2 in modification_map.items(): if name.lower() == n1.lower():