added audit latest code
This commit is contained in:
parent
aa94152b31
commit
291510922e
|
@ -161,7 +161,7 @@ def run_audit(msg):
|
|||
id = script_id
|
||||
))
|
||||
print("STATUS AUDIT",status)
|
||||
# status.only_audit = True
|
||||
status.only_audit = True
|
||||
# Blockchain
|
||||
# if UserCredentialsForBlockchain.objects.filter(user=request.user).exists():
|
||||
blockchain_obj = UserCredentialsForBlockchain.objects.get(user=user)
|
||||
|
|
|
@ -61,3 +61,4 @@ class ScriptAuditModel(models.Model):
|
|||
transaction_hash = models.CharField(max_length=200, blank=False, null=True)
|
||||
bchain_privatekey = models.CharField(max_length=200, blank=False, null=True)
|
||||
isfdx = models.BooleanField(default=False)
|
||||
only_audit = models.BooleanField(null=True, blank=True)
|
||||
|
|
Loading…
Reference in New Issue