Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ny committed Jul 12, 2023
1 parent a75c7a7 commit cac2a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ff_draw/mem/hook_main_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def try_hook():


def install(mem):
from ff_draw.main import FFDraw

on_game_update_addr = mem.scanner.find_address("48 89 5c 24 ? 57 48 ? ? ? 48 ? ? e8 ? ? ? ? 48 ? ? ? ? ? ? 48 ? ? 0f 84")
logger = logging.getLogger('hook_main_update')

Expand Down

0 comments on commit cac2a36

Please sign in to comment.