mirror of
https://github.com/alecmuffett/real-world-onion-sites.git
synced 2024-12-23 22:29:26 -05:00
commit: DETECTOR_HISTORY
This commit is contained in:
parent
864d3b00ab
commit
8db1e1bc98
@ -20,6 +20,7 @@ RETRY_SLEEP = 60
|
||||
RETRY_LIMIT = 6
|
||||
PLACEHOLDER = '-'
|
||||
POOL_WORKERS = 10
|
||||
DETECTOR_HISTORY=14
|
||||
YES = 'y'
|
||||
|
||||
EMOJI_HTTP = ':wrench:'
|
||||
@ -114,7 +115,7 @@ class Database:
|
||||
self.commit()
|
||||
self.connection.close()
|
||||
|
||||
def summary(self, url, limit=10):
|
||||
def summary(self, url, limit=DETECTOR_HISTORY):
|
||||
params = { 'url': url, 'limit': limit }
|
||||
rows = self.cursor.execute(SUMMARY_SQL, params)
|
||||
return rows.fetchall()
|
||||
|
Loading…
Reference in New Issue
Block a user