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