Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -646,7 +646,7 @@ async def update_hub_stats():
|
|
646 |
|
647 |
print(global_df)
|
648 |
|
649 |
-
except
|
650 |
print(f"Failed to parse data for user {user}.")
|
651 |
|
652 |
|
|
|
646 |
|
647 |
print(global_df)
|
648 |
|
649 |
+
except Exception as e:
|
650 |
print(f"Failed to parse data for user {user}.")
|
651 |
|
652 |
|