Add missing base URL
This commit is contained in:
parent
49d5689aa6
commit
345c95a477
@ -229,4 +229,4 @@ class Submission:
|
|||||||
self._fave_url = FAAPI.FA_BASE_URL + soup.select('.fav a')[0].get('href')
|
self._fave_url = FAAPI.FA_BASE_URL + soup.select('.fav a')[0].get('href')
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return '{} - {} ({}/view/{})'.format(self.author, self.title, self.url)
|
return '{} - {} ({}/view/{})'.format(self.author, self.title, FAAPI.FA_BASE_URL, self.url)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user