Updated client/client.py
This commit is contained in:
+3
-1
@@ -6,7 +6,9 @@ import time
|
||||
import rsa
|
||||
import os
|
||||
|
||||
OS = ""
|
||||
OS = "Windows"
|
||||
if "Linux" in str(platform.platform()):
|
||||
OS = "Linux"
|
||||
|
||||
|
||||
class Client:
|
||||
|
||||
Reference in New Issue
Block a user