After path

This commit is contained in:
Watchful1 2023-11-12 16:25:40 -08:00
parent 82ce8c88dd
commit e3865e0546

View file

@ -1,6 +1,5 @@
import argparse
import zstandard
import utils
import discord_logging
import time
import sys
@ -9,6 +8,8 @@ sys.path.append('personal')
log = discord_logging.init_logging()
import utils
if __name__ == '__main__':
parser = argparse.ArgumentParser(description="Take all the zst files in the input folder, extract them and compress them again at the ratio specified")
parser.add_argument("input", help="The input file")