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 b8c8e4f commit 2ebb93cCopy full SHA for 2ebb93c
cli_monitor.py
@@ -3,8 +3,8 @@
3
import os, sys, time, subprocess, argparse, re, platform
4
from datetime import datetime
5
# Source: https://github.com/Dimos082/cli-monitor
6
-__version__ = "1.0.1"
7
-# Constants
+__version__ = "1.0.1"
+# Constants:
8
MIN_FREQUENCY = 0.1 # Minimum allowed frequency (seconds)
9
MAX_FREQUENCY = 100000 # Maximum allowed frequency (seconds)
10
EXECUTION_ERROR_CODE = -999 # Indicates an error in CommandExecutor
0 commit comments