Skip to content

Commit

Permalink
disable logs for stems
Browse files Browse the repository at this point in the history
  • Loading branch information
Jourdelune committed Sep 26, 2024
1 parent 66ed182 commit 2a51440
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions multi_crawler/session.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
from typing import Any
import logging

import requests
from requests import Session
from stem import Signal
from stem.control import Controller

from requests import Session
logger = logging.getLogger("stem")
logger.disabled = True


class Session:
Expand Down

0 comments on commit 2a51440

Please sign in to comment.