mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-02 08:12:21 -07:00
docs: document NATIVE_SPEEDTEST_PATH config option
- Added details for NATIVE_SPEEDTEST_PATH to the README under 'Usage'. - Explained default behavior and included examples for overriding the binary location. - Added a verbose log to print the binary path when the plugin starts up.
This commit is contained in:
@@ -50,6 +50,7 @@ def main():
|
||||
|
||||
def run_speedtest():
|
||||
native_path = NATIVE_SPEEDTEST_PATH
|
||||
mylog('verbose', [f"[INTRSPD] Using native binary path: {native_path}"])
|
||||
if os.path.exists(native_path):
|
||||
mylog('verbose', ["[INTRSPD] Native speedtest binary detected, using it."])
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user