CORVO-AI commited on
Commit
8c5ebc8
·
verified ·
1 Parent(s): 4e6308f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -30,9 +30,6 @@ EXTRA_URLS = [
30
 
31
  def build_urls():
32
  urls = []
33
- for n in range(1, NUM_SERVERS + 1):
34
- for tpl in SERVERCLASS_TEMPLATES:
35
- urls.append(tpl.format(n=n))
36
  urls.extend(EXTRA_URLS)
37
  return urls
38
 
 
30
 
31
  def build_urls():
32
  urls = []
 
 
 
33
  urls.extend(EXTRA_URLS)
34
  return urls
35