Skip to content

Commit 7968fb9

Browse files
committed
really
1 parent e299194 commit 7968fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/cogs/utilities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def about(self, ctx: RoboContext) -> None:
8282
# For Kumiko, it's done differently
8383
# R. Danny's way of doing it is probably close enough anyways
8484
memory_usage = self.process.memory_full_info().uss / 1024**2
85-
cpu_usage = self.process.cpu_percent() / psutil.cpu_count()
85+
cpu_usage = self.process.cpu_percent() / psutil.cpu_count() # type: ignore
8686
bot_user: discord.ClientUser = self.bot.user # type: ignore
8787

8888
revisions = "See [GitHub](https://github.com/transprogrammer/rodhaj)"

0 commit comments

Comments
 (0)