This commit is contained in:
Moe Poi ~ 2022-08-22 10:53:46 +07:00
parent efabff5bf4
commit 52d0b07b63
Signed by: moepoi
GPG key ID: 334B501E883409AF

View file

@ -66,7 +66,7 @@ def getUsers(name):
res.append(user)
return res
# Get Citations Data with User ID <DEPRECATED>
# Get Citations Data with User ID
def getCitations(user_id):
data = []
start = 0