Minecraft3193092 commited on
Commit
8c60860
·
verified ·
1 Parent(s): 0e620a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -9,8 +9,6 @@ API_URL = os.getenv("API_URL")
9
  DISABLED = os.getenv("DISABLED") == 'True'
10
  print (API_URL)
11
 
12
- print (NUM_THREADS)
13
-
14
  def exception_handler(exception_type, exception, traceback):
15
  print("%s: %s" % (exception_type.__name__, exception))
16
  sys.excepthook = exception_handler
 
9
  DISABLED = os.getenv("DISABLED") == 'True'
10
  print (API_URL)
11
 
 
 
12
  def exception_handler(exception_type, exception, traceback):
13
  print("%s: %s" % (exception_type.__name__, exception))
14
  sys.excepthook = exception_handler