Update syncplayClient.py

Remove constants dependency
This commit is contained in:
Etoh 2023-10-24 18:36:05 +01:00 committed by GitHub
parent 291636dfc5
commit 6a6896de95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ from syncplay import ep_client
if __name__ == '__main__':
def isWindows():
return sys.platform.startswith(constants.OS_WINDOWS)
return sys.platform.startswith("win")
def doWindowsRedistCheck():
import ctypes