Skip to content

Commit cedd9c2

Browse files
committed
Fix comment in simple-program.py
1 parent 3c6494f commit cedd9c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

external/LibreHardwareMonitor/test_librehardwaremonitor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
from win32api import *
99

1010
if ctypes.windll.shell32.IsUserAnAdmin() == 0:
11-
print("Program is not running as administrator. Please run with admin rights or choose another HW_SENSORS option "
12-
"in config.yaml")
11+
print("Program is not running as administrator. Please run again with admin rights.")
1312
try:
1413
sys.exit(0)
1514
except:

0 commit comments

Comments
 (0)