From 5f33ba7f1d900599302eae15a96c4952305c7841 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sat, 13 Aug 2022 23:14:51 +0100 Subject: [PATCH] Fix typo in module name --- modules/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/helpers.py b/modules/helpers.py index 3f5c145..daff826 100644 --- a/modules/helpers.py +++ b/modules/helpers.py @@ -1,6 +1,6 @@ import main from modules import chankeep -from util.logging.debug import debug +from utils.logging.debug import debug def get_first_relay(net): """