fix: Get the modules the right way around
This commit is contained in:
@@ -1 +1,6 @@
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from .customcmd import *
|
||||
from .twitch import setup as twitch_setup
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
import logging
|
||||
from .. import logger
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
from .twitch import setup as twitch_setup
|
||||
from .parser import *
|
||||
|
||||
Reference in New Issue
Block a user