Skip to content

Commit

Permalink
feat: check if program active
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmarb committed Feb 17, 2024
1 parent 0e311c9 commit 7a99045
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
import keyboard
from macros import Macros
import decorators
from utils import get_timestamp, terminate_program
from utils import get_timestamp, terminate_program, check_granblue_relink


def main():
check_granblue_relink()
pyautogui.useImageNotFoundException(False)
time_start = time.perf_counter()
keyboard.on_press_key(
Expand Down

0 comments on commit 7a99045

Please sign in to comment.