mirror of
https://gitlab.com/moepoi/journalscrapper.git
synced 2024-11-21 22:36:19 +01:00
Fix Typo
This commit is contained in:
parent
efabff5bf4
commit
52d0b07b63
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def getUsers(name):
|
||||||
res.append(user)
|
res.append(user)
|
||||||
return res
|
return res
|
||||||
|
|
||||||
# Get Citations Data with User ID <DEPRECATED>
|
# Get Citations Data with User ID
|
||||||
def getCitations(user_id):
|
def getCitations(user_id):
|
||||||
data = []
|
data = []
|
||||||
start = 0
|
start = 0
|
||||||
|
|
Loading…
Reference in a new issue