Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Update frightcrawler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Apr 12, 2021
1 parent 2492527 commit dcb2f38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frightcrawler/frightcrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ def write(self, message):

def main():
parser = argparse.ArgumentParser()
parser.add_argument('file', type=argparse.FileType('r'), help='Path to CSV file')
parser.add_argument('file', type=argparse.FileType('r'), help='path to csv file')
parser.add_argument(dest='csv_file',
default='helvault',
help='Set CSV file layout',
help='set csv file layout',
choices=['helvault', 'aetherhub'])
parser.add_argument(dest='format',
default='standard',
help='Choose the format',
help='choose the format',
nargs='?',
choices=['brawl','commander', 'duel', 'future', 'gladiator',
'historic', 'legacy', 'modern', 'oldschool', 'pauper', 'penny',
Expand Down

0 comments on commit dcb2f38

Please sign in to comment.