rynmurdock commited on
Commit
45d2c38
1 Parent(s): 1e01d37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -467,7 +467,9 @@ Explore the latent space without text prompts based on your preferences. Learn m
467
  scheduler = BackgroundScheduler()
468
  scheduler.add_job(func=background_next_image, trigger="interval", seconds=1)
469
  scheduler.start()
470
- logging.getLogger('apscheduler.executors.default').propagate = False
 
 
471
 
472
 
473
  def encode_space(x):
 
467
  scheduler = BackgroundScheduler()
468
  scheduler.add_job(func=background_next_image, trigger="interval", seconds=1)
469
  scheduler.start()
470
+ log = logging.getLogger('log_here')
471
+ log.setLevel(logging.DEBUG)
472
+
473
 
474
 
475
  def encode_space(x):