gblazex commited on
Commit
1333b1d
·
1 Parent(s): cade76e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,7 +34,7 @@ from src.submission.submit import add_new_eval
34
 
35
  # blz -------------------------
36
 
37
-
38
  import builtins
39
 
40
  # Global counter for file openings
@@ -54,7 +54,7 @@ def custom_open(*args, **kwargs):
54
  return original_open(*args, **kwargs)
55
 
56
  builtins.open = custom_open
57
-
58
 
59
  import json
60
  def print_first_json_content(directory):
 
34
 
35
  # blz -------------------------
36
 
37
+ """
38
  import builtins
39
 
40
  # Global counter for file openings
 
54
  return original_open(*args, **kwargs)
55
 
56
  builtins.open = custom_open
57
+ """
58
 
59
  import json
60
  def print_first_json_content(directory):