mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 14:49:32 +00:00
Fix restIdVars whitespace handling
This commit is contained in:
parent
5a4c8dd12c
commit
1e33ca045d
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ const
|
|||
restIdVars* = """{
|
||||
"rest_id": "$1", $2
|
||||
"count": $3
|
||||
}"""
|
||||
}""".replace(" ", "").replace("\n", "")
|
||||
|
||||
userMediaVars* = """{
|
||||
"userId": "$1", $2
|
||||
|
|
|
|||
Loading…
Reference in a new issue