From 7d4fe15646e69219017c1295335abb94a833d34b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 4 Apr 2023 11:13:51 +0200 Subject: [PATCH] split line --- hack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hack.py b/hack.py index 47a8cdc..78bebd7 100644 --- a/hack.py +++ b/hack.py @@ -65,7 +65,8 @@ class Hack(): def _find_process(self, verbose: bool = False) -> Pymem: """Find game process""" process_found = False - print("Looking for process... ", end="", flush=True) if verbose else None + print("Looking for process... ", end="", + flush=True) if verbose else None pm = None while not process_found: