diff --git a/video-feed.py b/video-feed.py index ca77984..bfd1a6a 100644 --- a/video-feed.py +++ b/video-feed.py @@ -83,7 +83,7 @@ def create_post(post_directory, video_metadata): -output_dir = '/home/r/Programming/lumbung.space/lumbung.space-web/content/video' +output_dir = os.environ.get('OUTPUT_DIR', '/home/r/Programming/lumbung.space/lumbung.space-web/content/video') if not os.path.exists(output_dir): os.mkdir(output_dir)