We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e0aa4 commit 51e07aaCopy full SHA for 51e07aa
session.py
@@ -25,7 +25,7 @@ def toURL(self):
25
26
class RubinScraper(object):
27
def __init__(self, db_connection_string, domain='darmstadt'):
28
- self.base_url = 'http://' + domain + '.more-rubin1.de/'
+ self.base_url = 'http://{}.more-rubin1.de/'.format(domain)
29
30
self.db = dataset.connect(db_connection_string)
31
t_lastaccess = self.db['updates']
0 commit comments