Skip to content
Snippets Groups Projects
Commit 4e4b54cc authored by inso's avatar inso
Browse files

Small fix in network code

parent b8423f41
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,11 @@
from .. import API
from .. import logging
logger = logging.getLogger("ucoin/ucg")
logger = logging.getLogger("ucoin/network")
class Network(API):
def __init__(self, module='ucg', server=None, port=None):
def __init__(self, module='network', server=None, port=None):
super().__init__(module, server, port)
......
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