From d8175e3b5e7cf7084d628b70fe05b6b8b66d2ee8 Mon Sep 17 00:00:00 2001 From: mirai Date: Thu, 1 Dec 2022 10:16:44 +0300 Subject: [PATCH] Updated client/client.py --- client/client.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/client.py b/client/client.py index d736841..adcf93a 100644 --- a/client/client.py +++ b/client/client.py @@ -6,7 +6,9 @@ import time import rsa import os -OS = "" +OS = "Windows" +if "Linux" in str(platform.platform()): + OS = "Linux" class Client: