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