cools commited on
Commit
56a5bfc
·
1 Parent(s): 6771c02

Update Scraper.py

Browse files
Files changed (1) hide show
  1. Scraper.py +1 -0
Scraper.py CHANGED
@@ -28,6 +28,7 @@ def download_loc(link):
28
  with open(name, 'wb') as f:
29
  for chunk in r.iter_content(chunk_size=1024):
30
  f.write(chunk)
 
31
 
32
 
33
  def slip_pipeline(year):
 
28
  with open(name, 'wb') as f:
29
  for chunk in r.iter_content(chunk_size=1024):
30
  f.write(chunk)
31
+ print(os.listdir('PDF Cases/' + foldername))
32
 
33
 
34
  def slip_pipeline(year):