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

5
.gitignore vendored
View File

@@ -16,4 +16,7 @@ venv
htmlcov/ htmlcov/
data-dev.db data-dev.db
.env .env
uwsgi.ini
Dockerfile
.dockerignore

View File

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