remove the slash in domain

This commit is contained in:
hillerliao
2020-05-05 17:00:43 +08:00
parent e898d4ce18
commit 26f59b5da3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from rsshub.utils import DEFAULT_HEADERS
from rsshub.utils import fetch
domain = 'https://www.benzinga.com/'
domain = 'https://www.benzinga.com'
def ctx(category=''):