mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-16 10:56:51 +00:00
Update syncplayClient.py
Remove constants dependency
This commit is contained in:
parent
291636dfc5
commit
6a6896de95
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user