Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanchobanano committed Sep 7, 2023
1 parent a17f7cd commit af02638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search_engines/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from . import output as out
from . import config as cfg


#
class SearchEngine(object):
'''The base class for all Search Engines.'''
def __init__(self, proxy=cfg.PROXY, timeout=cfg.TIMEOUT, username: str or None = None, password: str or None = None):
Expand Down

0 comments on commit af02638

Please sign in to comment.