diff --git a/kitchen_counter/scriptAudit/mnf_script_audit.py b/kitchen_counter/scriptAudit/mnf_script_audit.py index e5ef9a7..71a1dfb 100755 --- a/kitchen_counter/scriptAudit/mnf_script_audit.py +++ b/kitchen_counter/scriptAudit/mnf_script_audit.py @@ -2712,9 +2712,9 @@ class NeutralAudit: return character_scripts_dict def audit_in_background(self): - - if os.fork() != 0: - return + # # commenting os.fork to make code run in foreground + # if os.fork() != 0: + # return print("Running in background") end_time = datetime.datetime.now() diff --git a/kitchen_counter/scriptAudit/templates/audit/audited_copy.html b/kitchen_counter/scriptAudit/templates/audit/audited_copy.html index a041856..2459cee 100755 --- a/kitchen_counter/scriptAudit/templates/audit/audited_copy.html +++ b/kitchen_counter/scriptAudit/templates/audit/audited_copy.html @@ -11,10 +11,70 @@ Document + +
+
+ + hats-off +
+