summaryrefslogtreecommitdiff
path: root/pysquaredeal.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysquaredeal.py')
-rw-r--r--pysquaredeal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pysquaredeal.py b/pysquaredeal.py
index fb57c59..12e5dc6 100644
--- a/pysquaredeal.py
+++ b/pysquaredeal.py
@@ -44,5 +44,5 @@ arguments = argparser.parse_args()
SquareDeal.BIGDEALX_PATH = arguments.bigdealx_path
-sq = SquareDeal()
+sq = SquareDeal(arguments.sqd_file, sqk_file=arguments.sqk_file)
getattr(sq, arguments.command)(**vars(arguments))