Fix typo in module name
This commit is contained in:
parent
e517d04095
commit
d4bcbf99e5
|
@ -1,6 +1,6 @@
|
||||||
import main
|
import main
|
||||||
from modules import chankeep
|
from modules import chankeep
|
||||||
from util.logging.debug import debug
|
from utils.logging.debug import debug
|
||||||
|
|
||||||
def get_first_relay(net):
|
def get_first_relay(net):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue