From 518152e8f5e0c87877e638b12574e5e0da86f015 Mon Sep 17 00:00:00 2001 From: Faiz Ahmed <32914211+Sleepingpirates@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:45:49 -0400 Subject: [PATCH] fixed mis print --- app/bot/cogs/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot/cogs/app.py b/app/bot/cogs/app.py index 0effd62..9400f14 100644 --- a/app/bot/cogs/app.py +++ b/app/bot/cogs/app.py @@ -53,7 +53,7 @@ if Plex_LIBS is None: Plex_LIBS = ["all"] else: Plex_LIBS = list(Plex_LIBS.split(', ')) -print(Plex_LIBS) + class app(commands.Cog): def __init__(self, bot):