Skip to content

Commit

Permalink
Removes print.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torantulino authored Apr 3, 2023
1 parent 064a2af commit 7e529e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_command(response):
def execute_command(command_name, arguments):
try:
if command_name == "google":
print("Using Google search method")

# Check if the Google API key is set and use the official search method
# If the API key is not set or has only whitespaces, use the unofficial search method
if cfg.google_api_key and (cfg.google_api_key.strip() if cfg.google_api_key else None):
Expand Down

0 comments on commit 7e529e1

Please sign in to comment.