Remove self reference

This commit is contained in:
Dan
2021-01-06 18:25:15 -05:00
parent 04ce807bc0
commit c1c10e4eac

View File

@@ -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'):