mirror of
https://git.wownero.com/wowlet/wowlet-backend.git
synced 2024-08-15 01:03:13 +00:00
Reddit: fix extra /
This commit is contained in:
parent
7785d5befe
commit
21f3c790bf
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ class FeatherApi:
|
|||
blob = [{
|
||||
'title': z['data']['title'],
|
||||
'author': z['data']['author'],
|
||||
'url': "https://old.reddit.com/" + z['data']['permalink'],
|
||||
'url': "https://old.reddit.com" + z['data']['permalink'],
|
||||
'comments': z['data']['num_comments']
|
||||
} for z in blob['data']['children']]
|
||||
|
||||
|
|
Loading…
Reference in a new issue