Skip to content

Commit

Permalink
Revert "Quick fix for one 'loop=' kwarg that was missed"
Browse files Browse the repository at this point in the history
This reverts commit 4692005.
  • Loading branch information
alanbriolat committed Feb 14, 2022
1 parent 4692005 commit b442779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/csbot/irc.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ async def connect(self):

self.reader, self.writer = await asyncio.open_connection(self.__config['host'],
self.__config['port'],
loop=self.loop,
local_addr=local_addr)

def disconnect(self):
Expand Down

0 comments on commit b442779

Please sign in to comment.