Skip to content
Snippets Groups Projects
Commit 41356d0b authored by Anael Beutot's avatar Anael Beutot
Browse files

Minor refactor.

parent 9acb8df6
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ from ccnode.exc import PluginError
logger = logging.getLogger(__name__)
DEFAULT_TAGS = (Tag(u'version', __version__, -1),)
DEFAULT_TAGS = (Tag(u'version', __version__),)
class RPCHandler(object):
......
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