Skip to content

Commit

Permalink
added filler
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Jan 22, 2025
1 parent 64b4510 commit 710a791
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Webserver/Programs/Login_program/midori_ai_login_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

from cryptography.fernet import Fernet

filler = "~-" * 25

parser = argparse.ArgumentParser(description="N/A")
parser.add_argument("-u", "--username", required=False, type=str, help="Username to use for the server...")
parser.add_argument("-byp", "--bypassplatform", required=False, type=str, help="Bypass platform check")
Expand Down Expand Up @@ -104,10 +106,17 @@
os_hash_hex = os_hash_object.hexdigest()

if debug == "true":
print(filler)
print("SHOWING STATS")
print(filler)
print(f"Stats: {stats}")
print(filler)
print(f"Json Stats: {stats_json}")
print(filler)
print(f"Hash Stats: {hash_hex}")
print(filler)
print(f"Os: {os_hash_hex}")
print(filler)

else:
hash_hex = str(args.bypassplatform).lower()
Expand Down

0 comments on commit 710a791

Please sign in to comment.