Skip to content
Snippets Groups Projects
Commit faf40267 authored by Udai Singh's avatar Udai Singh
Browse files

fixed bugs

parent 3c455ec1
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ class blissdata_dispacher:
raise ConnectionError(self._error_message(e))
except RuntimeError as e:
try:
self._data_store = DataStore("redis://"+host+":"+str(port),init_db=True)
self._data_store = DataStore("redis://"+host+":"+str(port))
except RuntimeError as e:
raise RuntimeError(self._error_message(e))
......
......@@ -26,7 +26,6 @@ import sys
from bluesky.callbacks.zmq import RemoteDispatcher
from bluesky_blissdata.dispacher import blissdata_dispacher
from bluesky_blissdata import __version__
from docopt import docopt, DocoptExit
__author__ = "Udai Singh"
__copyright__ = "Udai Singh"
__license__ = "MIT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment