Skip to content

Commit

Permalink
Update downloads.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sagorbrur committed Dec 28, 2019
1 parent eeb6b10 commit c68eaf9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bnlm/downloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def save_response_content(response, destination):
if chunk: # filter out keep-alive new chunks
f.write(chunk)

if __name__ == "__main__":
file_id = '1ZeyphXpZA2RjKZIIBF9cALacROtjJgiz'
destination = 'test/export.pkl'
download_file_from_google_drive(file_id, destination)
# if __name__ == "__main__":
# file_id = '1ZeyphXpZA2RjKZIIBF9cALacROtjJgiz'
# destination = 'test/export.pkl'
# download_file_from_google_drive(file_id, destination)

0 comments on commit c68eaf9

Please sign in to comment.