amirgame197 commited on
Commit
332668e
·
verified ·
1 Parent(s): 3b5197e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import random
4
  import sys
5
  import os
6
 
7
- def download(url):
8
  filename = str(random.randint(111111111, 999999999)) + ".png"
9
 
10
  file_path = os.path.join(os.path.dirname(__file__), filename)
 
4
  import sys
5
  import os
6
 
7
+ def download_file(url):
8
  filename = str(random.randint(111111111, 999999999)) + ".png"
9
 
10
  file_path = os.path.join(os.path.dirname(__file__), filename)