Symbiomatrix commited on
Commit
aa36e26
·
verified ·
1 Parent(s): 15e3acd

Increase scan timeout.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def get_files_by_username(username, api_key = None):
51
  output = {}
52
 
53
  while url:
54
- response = requests.get(url, timeout=30)
55
  data = response.json()
56
  # Add current page items to the list
57
  for model in data['items']:
 
51
  output = {}
52
 
53
  while url:
54
+ response = requests.get(url, timeout=300)
55
  data = response.json()
56
  # Add current page items to the list
57
  for model in data['items']: