cdleong commited on
Commit
54e890b
·
verified ·
1 Parent(s): a7334d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ FORBIDDEN_NAMES ={"Judas",
45
  "Barabbas",
46
  "Sapphira",
47
  "Shur",
 
48
  }
49
  def download_file(url: str, dest_path: Path):
50
  if dest_path.exists():
 
45
  "Barabbas",
46
  "Sapphira",
47
  "Shur",
48
+ "Pontius Pilate"
49
  }
50
  def download_file(url: str, dest_path: Path):
51
  if dest_path.exists():