Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
mraniki committed Jul 7, 2024
1 parent 5d2206e commit 1420dfb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cefi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ def __init__(self):
logger.info(f"Loaded {len(self.clients)} clients")
if not self.clients:
logger.warning(
"""
No Client were created. Check your settings or disable the module.
"""
"No Client were created. Check your settings or disable the module."
)

def _create_client(self, **kwargs):
Expand Down

0 comments on commit 1420dfb

Please sign in to comment.