mirror of
https://github.com/Watchful1/PushshiftDumps.git
synced 2025-07-25 15:45:19 -04:00
After path
This commit is contained in:
parent
82ce8c88dd
commit
e3865e0546
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
import argparse
|
import argparse
|
||||||
import zstandard
|
import zstandard
|
||||||
import utils
|
|
||||||
import discord_logging
|
import discord_logging
|
||||||
import time
|
import time
|
||||||
import sys
|
import sys
|
||||||
|
@ -9,6 +8,8 @@ sys.path.append('personal')
|
||||||
|
|
||||||
log = discord_logging.init_logging()
|
log = discord_logging.init_logging()
|
||||||
|
|
||||||
|
import utils
|
||||||
|
|
||||||
if __name__ == '__main__':
|
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 = 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")
|
parser.add_argument("input", help="The input file")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue