imseldrith commited on
Commit
9b4357b
·
verified ·
1 Parent(s): 4872104

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from datetime import datetime
6
 
7
  app = Flask(__name__)
8
  execution_logs = []
9
- MAX_LOG_ENTRIES = 0
10
 
11
  def run_cli_script():
12
  """Runs cli.py and streams logs in real-time to both UI and terminal."""
 
6
 
7
  app = Flask(__name__)
8
  execution_logs = []
9
+ MAX_LOG_ENTRIES = 9999999999999999999
10
 
11
  def run_cli_script():
12
  """Runs cli.py and streams logs in real-time to both UI and terminal."""