We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6494f commit cedd9c2Copy full SHA for cedd9c2
external/LibreHardwareMonitor/test_librehardwaremonitor.py
@@ -8,8 +8,7 @@
8
from win32api import *
9
10
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")
+ print("Program is not running as administrator. Please run again with admin rights.")
13
try:
14
sys.exit(0)
15
except:
0 commit comments