Skip to content

Commit

Permalink
naming
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmiglio committed Dec 20, 2023
1 parent e5497c6 commit ba3ea29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyclashbot/bot/level_up_chest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import numpy
from pyclashbot.memu.client import screenshot

def check_for_bannerbox_chest(vm_index):
def check_for_level_up_chest(vm_index):
iar = numpy.asarray(screenshot(vm_index))

pixels = [
Expand All @@ -24,4 +24,4 @@ def collect_bannerbox_chest():

if __name__ == '__main__':
vm_index=11
check_for_bannerbox_chest(vm_index)
check_for_level_up_chest(vm_index)

0 comments on commit ba3ea29

Please # to comment.