mirror of
https://gitlab.com/moepoi/journalscrapper.git
synced 2024-11-21 14:26:24 +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)
|
||||
return res
|
||||
|
||||
# Get Citations Data with User ID <DEPRECATED>
|
||||
# Get Citations Data with User ID
|
||||
def getCitations(user_id):
|
||||
data = []
|
||||
start = 0
|
||||
|
|
Loading…
Reference in a new issue