updated yaml file

master
danieleperera 4 years ago
parent 8b209e44d5
commit 16db5cb36e

@ -80,7 +80,7 @@ operators:
database_Engines: database_Engines:
# Simple telegram notifier # Simple telegram notifier
- name: telegram-notifer - name: telegram-notifer # see https://core.telegram.org/bots/api#authorizing-your-bot
module: telegram module: telegram
chat_id: YOUR-TELEGRAM-CHAT chat_id: YOUR-TELEGRAM-CHAT
token: YOUR-TELEGRAM-TOKEN token: YOUR-TELEGRAM-TOKEN

@ -104,7 +104,7 @@ class Operator:
if onion != hiddenService: if onion != hiddenService:
crawl.add(onion) crawl.add(onion)
for item in crawl: for item in crawl:
print(f'crawling queue added: {item}') self.logger.debug(f'crawling queue added: {item}')
self.queueCrawl.put(( self.queueCrawl.put((
3, 3,
self.onion( self.onion(

Loading…
Cancel
Save