Skip to content

Commit

Permalink
Rename screen to emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbatch committed Jun 19, 2024
1 parent c5e10ca commit 456e17e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from clashroyalebuildabot.constants import SRC_DIR


class Screen:
class Emulator:
def __init__(self):
config_path = os.path.join(SRC_DIR, "config.yaml")
with open(config_path, encoding="utf-8") as file:
Expand Down

0 comments on commit 456e17e

Please sign in to comment.