Spaces:
Runtime error
Runtime error
minor fix
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def refresh(how_much=3600): # default to 1 hour
|
|
38 |
finished_models = get_datas(data)
|
39 |
df = pd.DataFrame(finished_models)
|
40 |
except Exception as e:
|
41 |
-
print(f"Error while scraping leaderboard, trying again... {e
|
42 |
refresh(600) # 10 minutes if any error happens
|
43 |
|
44 |
|
|
|
38 |
finished_models = get_datas(data)
|
39 |
df = pd.DataFrame(finished_models)
|
40 |
except Exception as e:
|
41 |
+
print(f"Error while scraping leaderboard, trying again... {e}")
|
42 |
refresh(600) # 10 minutes if any error happens
|
43 |
|
44 |
|