split line

This commit is contained in:
Mylloon 2023-04-04 11:13:51 +02:00
parent 028a94acf6
commit 7d4fe15646
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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: