Did some final tweaking to the logger

This commit is contained in:
Dan
2024-05-05 17:23:47 -04:00
parent 14d5ba091d
commit 38485c5a98
2 changed files with 6 additions and 7 deletions

View File

@@ -12,8 +12,6 @@ load_dotenv()
contact_user_id = int(os.getenv("AUTHORIZED_USER_ID"))
logger = logging.getLogger('Nessa')
class ProjectCommands(app_commands.Group):
def __init__(self):
super().__init__(name="project", description="Manage projects.")