Skip to content

Commit

Permalink
Update screen.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leviaria authored Jun 24, 2024
1 parent 813b12d commit b4f2b9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clashroyalebuildabot/screen.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import os
import yaml
import tempfile

from adb_shell.adb_device import AdbDeviceTcp
from PIL import Image
import tempfile
import yaml


# Load configuration from config.yaml
def load_config(config_path=r'clashroyalebuildabot\config.yaml'):
Expand Down

0 comments on commit b4f2b9e

Please sign in to comment.