Skip to content

Commit 51e07aa

Browse files
committed
fix concat url
1 parent 02e0aa4 commit 51e07aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def toURL(self):
2525

2626
class RubinScraper(object):
2727
def __init__(self, db_connection_string, domain='darmstadt'):
28-
self.base_url = 'http://' + domain + '.more-rubin1.de/'
28+
self.base_url = 'http://{}.more-rubin1.de/'.format(domain)
2929

3030
self.db = dataset.connect(db_connection_string)
3131
t_lastaccess = self.db['updates']

0 commit comments

Comments
 (0)