diff options
| author | 2018-07-05 16:55:36 +0200 | |
|---|---|---|
| committer | 2018-07-05 16:55:36 +0200 | |
| commit | ea64012429449f2b7b067490e04687780a126b46 (patch) | |
| tree | ac4fb23bec5ab9d901911f70c043a14c78bc42b0 | |
| parent | remove excessive logging and attempt getting stacktrace (diff) | |
lint
| -rw-r--r-- | config.py | 4 | ||||
| -rw-r--r-- | snekbox.py | 1 | 
2 files changed, 2 insertions, 3 deletions
| @@ -1,7 +1,7 @@  import os  import docker  from docker.errors import NotFound -import traceback +# import traceback  def autodiscover(): @@ -20,7 +20,7 @@ def autodiscover():          except Exception:              pass -            #print(traceback.format_exc()) +            # print(traceback.format_exc())      return '127.0.0.1' @@ -4,7 +4,6 @@ import subprocess  import os  import sys -from logs import log  from rmq import Rmq | 
