timeouts, default port

This commit is contained in:
Denys Savchenko
2024-06-29 11:08:51 +02:00
parent 56f7e9f152
commit fdaa15265b
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ from PIL import ImageGrab as ig
class Screen():
def __init__(self):
self.FPS = 10
self.FPS = 4
self.screenbuf = ""
self.password = ""
if ver==2: