Small video-specific tweaks

This commit is contained in:
Grant Sanderson 2020-04-06 11:57:35 -07:00
parent 2ce0b72c44
commit 13f0ef30c0
2 changed files with 2 additions and 1 deletions

View file

@ -268,6 +268,7 @@ class PatreonEndScreen(PatreonThanks, PiCreatureScene):
"Jacob Baxter": "Will Fleshman",
"Sansword Huang": "SansWord@TW",
"Still working on an upcoming skeptical humanist SciFi novels- Elux Luc": "Uber Miguel",
"Sunil Nagaraj": "Ubiquity Ventures",
}
for n1, n2 in modification_map.items():
if name.lower() == n1.lower():

View file

@ -45,7 +45,7 @@ def stage_scenes(module_name):
animation_dir = os.path.join(
os.path.expanduser('~'),
"Dropbox (3Blue1Brown)/3Blue1Brown Team Folder/videos",
"bayes/beta2", "1440p60"
"sir", "1440p60"
)
#
files = os.listdir(animation_dir)