Skip to content

Commit

Permalink
修复一些已知问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonely-Sails committed Aug 1, 2024
1 parent 3f69596 commit 86cfaf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions QQBot/qq_bot/Webscoket/Listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ def server_occupation(self):
cpu = self.process.cpu_percent()
ram = self.process.memory_percent()
return cpu, ram
return False

0 comments on commit 86cfaf1

Please sign in to comment.