Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ async def on_ready():
|
|
77 |
|
78 |
# updates both leaderboards
|
79 |
remove_huggingfolks.start()
|
80 |
-
await(
|
81 |
print(f"------------------------------------------------------------------------")
|
82 |
except Exception as e:
|
83 |
print(f"on_message Error: {e}")
|
|
|
77 |
|
78 |
# updates both leaderboards
|
79 |
remove_huggingfolks.start()
|
80 |
+
await periodic_api_test()
|
81 |
print(f"------------------------------------------------------------------------")
|
82 |
except Exception as e:
|
83 |
print(f"on_message Error: {e}")
|