From c1c10e4eacf37818e31b09f83c0e5aba7001fbad Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 6 Jan 2021 18:25:15 -0500 Subject: [PATCH] Remove self reference --- pydualsense/hidguardian.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pydualsense/hidguardian.py b/pydualsense/hidguardian.py index b8810e4..f7114b8 100644 --- a/pydualsense/hidguardian.py +++ b/pydualsense/hidguardian.py @@ -1,7 +1,7 @@ import winreg import sys -def check_hide(self) -> bool: +def check_hide() -> bool: """check if hidguardian is used and controller is hidden """ if sys.platform.startswith('win32'):