Skip to content

Commit

Permalink
Update UXTU4Unix.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gorouflex authored Apr 13, 2024
1 parent 582bd03 commit 365d63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/UXTU4Unix.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def clear():
logging.info(f' {get_hardware_info(command)}')
if cfg.get('Settings', 'Debug', fallback='0') == '1':
logging.info(f" Loaded: {cfg.get('User', 'Preset',fallback = '')}")
logging.info(f" Version: {LOCAL_VERSION} by GorouFlex and AppleOSX (Debian Edition)")
logging.info(f" Version: {LOCAL_VERSION} by GorouFlex and AppleOSX (Linux Edition)")
logging.info("")

def get_hardware_info(command, use_sudo=False):
Expand Down

0 comments on commit 365d63f

Please sign in to comment.