Spaces:
Running
Running
Update leaderboard.py
Browse files- leaderboard.py +2 -0
leaderboard.py
CHANGED
|
@@ -5,6 +5,8 @@ from datetime import datetime
|
|
| 5 |
import threading
|
| 6 |
import config
|
| 7 |
import math
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# Dictionary to store ELO ratings
|
| 10 |
elo_ratings = {}
|
|
|
|
| 5 |
import threading
|
| 6 |
import config
|
| 7 |
import math
|
| 8 |
+
from nc_py_api import Nextcloud
|
| 9 |
+
|
| 10 |
|
| 11 |
# Dictionary to store ELO ratings
|
| 12 |
elo_ratings = {}
|