diff --git a/measurement_main.py b/measurement_main.py index 3f043f9..0d5c9e8 100755 --- a/measurement_main.py +++ b/measurement_main.py @@ -172,7 +172,7 @@ def is_hystart_activated(): "cat /sys/module/tcp_cubic/parameters/hystart", shell=True ) ) - == "1" + == 1 ) @@ -183,7 +183,7 @@ def is_tcp_probe_enabled(): "cat /sys/kernel/debug/tracing/events/tcp/tcp_probe/enable", shell=True ) ) - == "1" + == 1 )