datastore fixes
This commit is contained in:
Regular → Executable
+5
-1
@@ -28,5 +28,9 @@ sys.path.insert(0, env.get_services_dir())
|
||||
logger.start('data-store')
|
||||
logging.info('Starting the data store...')
|
||||
|
||||
from datastore import datastore
|
||||
try:
|
||||
from datastore import datastore
|
||||
except ImportError:
|
||||
import datastore
|
||||
|
||||
datastore.main()
|
||||
|
||||
Reference in New Issue
Block a user