Update some Text Mobject changes

This commit is contained in:
xy-23
2019-08-16 15:53:36 +08:00
parent 0983fa11be
commit 9b3e60f5ce
2 changed files with 6 additions and 12 deletions

View File

@ -38,7 +38,7 @@ def initialize_directories(config):
"directory were both passed"
)
TEX_DIR = config["tex_dir"] or os.path.join(MEDIA_DIR, "texs")
TEX_DIR = config["tex_dir"] or os.path.join(MEDIA_DIR, "Tex")
TEXT_DIR = os.path.join(MEDIA_DIR, "texts")
if not video_path_specified:
VIDEO_DIR = os.path.join(MEDIA_DIR, "videos")