OzoneAsai commited on
Commit
131b1a8
1 Parent(s): e2993af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ Ah=None
30
  def do_nothing():
31
  return None
32
  def extract_zip_to_temp(zip_file_path, temp_folder):
33
- with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
34
  zip_ref.extractall(temp_folder)
35
  zip_file_path = 'wolf_2m.zip'
36
  temp_folder = 'temp'
 
30
  def do_nothing():
31
  return None
32
  def extract_zip_to_temp(zip_file_path, temp_folder):
33
+ with zipfile.ZipFile("photos", 'r') as zip_ref:
34
  zip_ref.extractall(temp_folder)
35
  zip_file_path = 'wolf_2m.zip'
36
  temp_folder = 'temp'