From 736fb47e7ae40b450c03cae3d66dfd48e194a1e6 Mon Sep 17 00:00:00 2001 From: SumGuyV5 Date: Wed, 29 Jul 2026 21:36:08 +0000 Subject: [PATCH] formating changes --- build_videos.py | 1 + migrate_sql1.py | 1 + twitch_chat_vod.py | 2 +- youtube_short.py | 2 -- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_videos.py b/build_videos.py index c39f9fe..9cc1a5c 100644 --- a/build_videos.py +++ b/build_videos.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import database import youtube_short import transcribe_video diff --git a/migrate_sql1.py b/migrate_sql1.py index d77f9c2..dd16924 100644 --- a/migrate_sql1.py +++ b/migrate_sql1.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import sqlite3 # Connect to your database file diff --git a/twitch_chat_vod.py b/twitch_chat_vod.py index 6b388d7..5becb8b 100644 --- a/twitch_chat_vod.py +++ b/twitch_chat_vod.py @@ -1,5 +1,5 @@ +#!/usr/bin/env python3 import os - import linux def combine_twitch_vod_and_chat(vod_path: str, layout: str = "side-by-side") -> bool: diff --git a/youtube_short.py b/youtube_short.py index 6619a89..2d0c153 100755 --- a/youtube_short.py +++ b/youtube_short.py @@ -1,6 +1,4 @@ #!/usr/bin/env python3 -import argparse -import sys import linux import tempfile from pathlib import Path