This commit is contained in:
2024-01-11 19:39:11 +01:00
parent 6b660b0716
commit 43c4aa320a
2 changed files with 21 additions and 1 deletions

View File

@@ -12312,3 +12312,23 @@
2023-12-19 12:01:37,412: Performing right click.
2023-12-19 12:01:38,413: Checking for trade window...
2023-12-19 12:01:38,413: Trade window not detected. Adjusting position.
2024-01-05 10:54:27,009: Focusing Minecraft window...
2024-01-05 10:54:29,019: Pressing Esc...
2024-01-05 10:54:31,042: Performing right click.
2024-01-05 10:54:32,144: Checking for trade window...
2024-01-05 10:54:33,249: Trade window not detected. Adjusting position.
2024-01-05 10:55:09,218: Focusing Minecraft window...
2024-01-05 10:55:11,228: Pressing Esc...
2024-01-05 10:55:13,244: Performing right click.
2024-01-05 10:55:14,346: Checking for trade window...
2024-01-05 10:55:15,442: Trade window not detected. Adjusting position.
2024-01-05 10:55:41,758: Focusing Minecraft window...
2024-01-05 10:55:43,767: Pressing Esc...
2024-01-05 10:55:45,783: Performing right click.
2024-01-05 10:55:46,885: Checking for trade window...
2024-01-05 10:55:47,894: Trade window not detected. Adjusting position.
2024-01-05 11:09:46,747: Focusing Minecraft window...
2024-01-05 11:09:48,755: Pressing Esc...
2024-01-05 11:09:50,775: Performing right click.
2024-01-05 11:09:51,877: Checking for trade window...
2024-01-05 11:09:52,909: Trade window not detected. Adjusting position.

View File

@@ -3,7 +3,7 @@ import subprocess
import time
from PIL import Image, ImageGrab
import logging
from Xlib import display
# Setup logging
logging.basicConfig(filename='minecraft_automation_log.txt', level=logging.INFO, format='%(asctime)s: %(message)s')