Skip to content

Commit

Permalink
n bye
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmogul committed Dec 10, 2022
1 parent a6ac8df commit 6199d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def menu_topper() -> None:
printStars()
print(f'{Style.RESET_ALL}* {Fore.GREEN}validator-toolbox for Findora FRA Validators by Easy Node v{validatorToolbox.easy_version}{Style.RESET_ALL} https://easynode.pro *')
printStars()
print(f'n* Server Hostname & IP: {validatorToolbox.server_host_name}{Style.RESET_ALL} - {Fore.YELLOW}{validatorToolbox.our_external_ip}{Style.RESET_ALL}')
print(f'* Server Hostname & IP: {validatorToolbox.server_host_name}{Style.RESET_ALL} - {Fore.YELLOW}{validatorToolbox.our_external_ip}{Style.RESET_ALL}')
print(f'* Current disk space free: {Fore.CYAN}{freeSpaceCheck(validatorToolbox.our_disk_mount): >6}{Style.RESET_ALL}\n')
printStars()
print(f"* CPU Load Averages: {round(Load1, 2)} over 1 min, {round(Load5, 2)} over 5 min, {round(Load15, 2)} over 15 min")
Expand Down

0 comments on commit 6199d48

Please sign in to comment.