Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 8, 2023
1 parent 36735ce commit 1fdbe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cuckoo/common/integrations/whoisxmlapi.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import logging

import requests

from lib.cuckoo.common.config import Config

log = logging.getLogger()
externalservices_cfg = Config("externalservices")
apikey = externalservices_cfg.whoisxmlapi.apikey


def whoisxmlapi_lookup(host):
if not externalservices_cfg.whoisxmlapi.enabled or not apikey:
return {}
Expand Down

0 comments on commit 1fdbe98

Please sign in to comment.