mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 22:07:45 +00:00
add some error handling in router
This commit is contained in:
parent
98d2ea344b
commit
7f55be4823
3 changed files with 41 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue