This commit is contained in:
2023-11-20 19:39:00 +01:00
parent 7694fdaed5
commit 104622402e

View File

@@ -5,7 +5,7 @@ import pyautogui
from PIL import Image, ImageGrab
import logging
# Setup logging
# Setup logging
logging.basicConfig(filename='minecraft_automation_log.txt', level=logging.INFO, format='%(asctime)s: %(message)s')
def log_and_print(message):