From d99cda9ceba3ce625b683e8d59fba8090d6aa27d Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 27 May 2023 22:39:30 -0400 Subject: [PATCH] Removed extra space --- ircp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircp.py b/ircp.py index 2b82e1c..93b545c 100644 --- a/ircp.py +++ b/ircp.py @@ -300,7 +300,7 @@ class probe: if chan in self.channels['users']: debug('{0}scanning {1} users in {2}'.format(self.display, self.channels['users'][chan].ljust(4), chan)) else: - debug(f'{self.display} scanning users in {chan}') + debug(f'{self.display}scanning users in {chan}') await self.raw('WHO ' + chan) await asyncio.sleep(throttle.part) await self.raw('PART ' + chan)