fin bon ca va la
This commit is contained in:
parent
e13c4ee429
commit
1e576edc51
2
V6.py
2
V6.py
|
@ -826,8 +826,6 @@ def CustomStart():
|
||||||
def very_custom_start(json):
|
def very_custom_start(json):
|
||||||
display = SmartDisplay(backend="xvnc", size=(1920, 1080), rfbport=2345, color_depth=24)
|
display = SmartDisplay(backend="xvnc", size=(1920, 1080), rfbport=2345, color_depth=24)
|
||||||
display.start()
|
display.start()
|
||||||
config = int(json[config])
|
|
||||||
# definir cred
|
|
||||||
for i in range(5):
|
for i in range(5):
|
||||||
cred = g._cred[i]
|
cred = g._cred[i]
|
||||||
g._mail = cred[0]
|
g._mail = cred[0]
|
||||||
|
|
Loading…
Reference in New Issue