diff --git a/full_abyssal_beasts.py b/full_abyssal_beasts.py index 2be9177..ecf1ee3 100644 --- a/full_abyssal_beasts.py +++ b/full_abyssal_beasts.py @@ -92,6 +92,8 @@ def add_keybind(keybind: str | Key, action: Callable): pass keyboard.Listener(on_release=on_release).start() + +add_keybind(Key.f12, full_setup) while True: time.sleep(1000) \ No newline at end of file