add some error handling in router

This commit is contained in:
Bastian Schroll 2019-03-01 21:36:38 +01:00
parent 98d2ea344b
commit 7f55be4823
3 changed files with 41 additions and 22 deletions

View file

@ -38,11 +38,13 @@ try:
logging.debug("Import python module")
import argparse
logging.debug("- argparse")
import queue
logging.debug("- queue")
# following is temp for testing
import time
import sys
import threading
import queue
logging.debug("Import BOSWatch module")
from boswatch.configYaml import ConfigYAML