no_attack

This commit is contained in:
alex
2023-12-30 22:35:11 +01:00
parent 4ca45b5332
commit 6b660b0716

View File

@@ -126,7 +126,7 @@ if __name__ == "__main__":
current_time = datetime.datetime.now()
# Perform the raid farm clicking
# raid_farm_clicking()
#raid_farm_clicking()
# Every hour at 5 minutes past the hour, take and send a status screenshot
if current_time.minute == 5 and (last_hourly_screenshot_time is None or current_time.hour != last_hourly_screenshot_time.hour):