updated yaml file

master
danieleperera 4 years ago
parent 8b209e44d5
commit 16db5cb36e

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

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

Loading…
Cancel
Save