Fix typo in module name

This commit is contained in:
Mark Veidemanis 2022-08-13 23:14:51 +01:00
parent d9d3faf860
commit 5f33ba7f1d

View File

@ -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):
""" """