From 6a6896de95675b1073e49648d4ade9b2002f3a08 Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 24 Oct 2023 18:36:05 +0100 Subject: [PATCH] Update syncplayClient.py Remove constants dependency --- syncplayClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplayClient.py b/syncplayClient.py index 301f2f3c5..5c14d4dfa 100755 --- a/syncplayClient.py +++ b/syncplayClient.py @@ -15,7 +15,7 @@ if __name__ == '__main__': def isWindows(): - return sys.platform.startswith(constants.OS_WINDOWS) + return sys.platform.startswith("win") def doWindowsRedistCheck(): import ctypes