fix: Making pep8 happy

features_csvimport
chrisr3d 2019-09-17 14:13:05 +02:00
parent 205342996a
commit 09590ca451
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 2 additions and 0 deletions

View File

@ -7,9 +7,11 @@ moduleinfo = {'version': '0.3', 'author': 'Alexandre Dulaunoy', 'description': '
moduleconfig = ["custom_API"]
cveapi_url = 'https://cve.circl.lu/api/cve/'
def check_url(url):
return "{}/".format(url) if not url.endswith('/') else url
def handler(q=False):
if q is False:
return False