Skip to content

Commit

Permalink
Update panchip
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjunlee21 authored Apr 15, 2022
1 parent addb6c9 commit 50ead4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/panchip
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Panchip(object):

lib_zip_path = lib_dir + '/' + lib_name + '.zip'

subprocess.call(['gdown', '-O', lib_zip_path, 'https://drive.google.com/uc?id=17L0c1pv8dx2906O7WMfWwcqgDLMJyq7T&confirm=t'])
subprocess.call(['gdown', '-O', lib_zip_path, 'https://drive.google.com/uc?id=17L0c1pv8dx2906O7WMfWwcqgDLMJyq7T&confirm=t'])

import zipfile

Expand Down

0 comments on commit 50ead4f

Please sign in to comment.