Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
LocalNode Final Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kijk2869 committed Feb 26, 2021
1 parent 6eee31a commit 2ad3bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions bot.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
app = discord.ext.commands.Bot(command_prefix="!!")
app.Audio = discodo.DPYClient(app)
7 changes: 0 additions & 7 deletions discodo/client/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ async def launchLocalNode(**options):
except (OSError, ConnectionRefusedError):
await asyncio.sleep(1)
continue
except Exception as e:
import traceback

traceback.print_exc()
await asyncio.sleep(1)
# TODO: LOGGER
continue

return LocalNodeProc

Expand Down

0 comments on commit 2ad3bda

Please sign in to comment.