diff --git a/src/opnsense/scripts/system/cert_fetch_local.py b/src/opnsense/scripts/system/cert_fetch_local.py index cadbba714..12999ebb5 100755 --- a/src/opnsense/scripts/system/cert_fetch_local.py +++ b/src/opnsense/scripts/system/cert_fetch_local.py @@ -56,4 +56,4 @@ if __name__ == '__main__': 'descr': loc_descr, 'id': hashlib.md5(payload.encode()).hexdigest() }) - print(ujson.dumps(result)) \ No newline at end of file + print(ujson.dumps(result))