Audit Changes removed
This commit is contained in:
parent
353fd2ae83
commit
947da860aa
|
@ -161,7 +161,7 @@ def run_audit(msg):
|
||||||
id = script_id
|
id = script_id
|
||||||
))
|
))
|
||||||
print("STATUS AUDIT",status)
|
print("STATUS AUDIT",status)
|
||||||
status.only_audit = True
|
# status.only_audit = True
|
||||||
# Blockchain
|
# Blockchain
|
||||||
# if UserCredentialsForBlockchain.objects.filter(user=request.user).exists():
|
# if UserCredentialsForBlockchain.objects.filter(user=request.user).exists():
|
||||||
blockchain_obj = UserCredentialsForBlockchain.objects.get(user=user)
|
blockchain_obj = UserCredentialsForBlockchain.objects.get(user=user)
|
||||||
|
|
Loading…
Reference in New Issue