DraconicDragon commited on
Commit
f246636
·
verified ·
1 Parent(s): 02fdf34

Update fetch_url_util.py

Browse files
Files changed (1) hide show
  1. fetch_url_util.py +1 -1
fetch_url_util.py CHANGED
@@ -9,7 +9,7 @@ except ImportError:
9
  pass
10
 
11
  # Max file size: 150MB
12
- MAX_SIZE = 0.1 * 1024 * 1024
13
  MAX_SIZE_MB = MAX_SIZE / (1024 * 1024)
14
 
15
  def fetch_image_from_url(url):
 
9
  pass
10
 
11
  # Max file size: 150MB
12
+ MAX_SIZE = 150 * 1024 * 1024
13
  MAX_SIZE_MB = MAX_SIZE / (1024 * 1024)
14
 
15
  def fetch_image_from_url(url):