Politrees commited on
Commit
f60fde2
·
verified ·
1 Parent(s): 24cbfc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -187,7 +187,6 @@ def leaderboard(list_filter, list_limit):
187
  ["PolUVR", "-l", f"--list_filter={list_filter}", f"--list_limit={list_limit}"],
188
  capture_output=True,
189
  text=True,
190
- shell=True,
191
  )
192
  if result.returncode != 0:
193
  return f"Error: {result.stderr}"
 
187
  ["PolUVR", "-l", f"--list_filter={list_filter}", f"--list_limit={list_limit}"],
188
  capture_output=True,
189
  text=True,
 
190
  )
191
  if result.returncode != 0:
192
  return f"Error: {result.stderr}"