latest audit
This commit is contained in:
parent
cb38a491a3
commit
349034537e
|
@ -3,6 +3,8 @@ import time
|
||||||
import boto3
|
import boto3
|
||||||
import subprocess
|
import subprocess
|
||||||
import json
|
import json
|
||||||
|
import os
|
||||||
|
import pandas as pd
|
||||||
import threading
|
import threading
|
||||||
from django.core.management.base import BaseCommand
|
from django.core.management.base import BaseCommand
|
||||||
from django.core.management import call_command
|
from django.core.management import call_command
|
||||||
|
@ -278,7 +280,7 @@ def run_audit(msg):
|
||||||
script_json["type"] = "script-json"
|
script_json["type"] = "script-json"
|
||||||
audit_data["script-json"] = script_json
|
audit_data["script-json"] = script_json
|
||||||
print("data_uploaded")
|
print("data_uploaded")
|
||||||
except:
|
except Exception as exp:
|
||||||
print("###ERROR:",exp)
|
print("###ERROR:",exp)
|
||||||
print("######Error from JSON CREATION############")
|
print("######Error from JSON CREATION############")
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue