Increase inactivity delay to 90 seconds
This commit is contained in:
@@ -14,7 +14,7 @@ def main():
|
||||
screen_height = 600
|
||||
while True:
|
||||
erratic_movement(screen_width, screen_height)
|
||||
sleep(randbelow(10))
|
||||
sleep(randbelow(90))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user