INNER CODE UNIT · Python
run_find_gems
CYBERGEM777/HIDEAGEM · HIDEAGEM.py:83
def run_find_gems(args):
if not args.ocean:
print("\nGem Ocean is missing.\n")
return
if args.timetrap is not None:
b_time_trap = True
else:
b_time_trap = False
with open(args.ocean, 'rb') as file:
ocean_bytes = file.read()
password_c = b''
if args.password is not None:
password_c = args.password.encode()