k-mktr commited on
Commit
d6454d9
·
verified ·
1 Parent(s): de0d65b

Update leaderboard.py

Browse files
Files changed (1) hide show
  1. 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 = {}