SYNC
This commit is contained in:
@@ -10,7 +10,7 @@ DB_NAME = definitions.DB_NAME
|
||||
|
||||
|
||||
class IottbConfig:
|
||||
""" Class to handle operations on the testbed configuration.
|
||||
""" Class to handle testbed configuration.
|
||||
|
||||
TODO: Add instead of overwrite Database locations when initializing if a location with valid db
|
||||
exists.
|
||||
|
||||
4
iottb/models/sniff_metadata.py
Normal file
4
iottb/models/sniff_metadata.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger('iottb.sniff') # Log with sniff subcommand
|
||||
|
||||
Reference in New Issue
Block a user