Skip to content

Commit

Permalink
Update syncplayClient.py
Browse files Browse the repository at this point in the history
Remove constants dependency
  • Loading branch information
Et0h authored Oct 24, 2023
1 parent 291636d commit 6a6896d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncplayClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a6896d

Please sign in to comment.