diff --git a/lf_cisco_power.py b/lf_cisco_power.py index 7678e8cf..3de7f464 100755 --- a/lf_cisco_power.py +++ b/lf_cisco_power.py @@ -300,7 +300,7 @@ def main(): parser.add_argument("--exit_on_error", action='store_true',help="--exit_on_error, exit on test error, test mechanics failed") parser.add_argument('-e','--email', action='append', nargs=1, type=str, help="--email user== passwd== to== smtp== port== 465 (SSL)") parser.add_argument('-ccp','--prompt', type=str,help="controller prompt default WLC",default="WLC") - parser.add_argument('--beacon_dbm_diff', type=str,help="--beacon_dbm_diff is the delta that is allowed between the controller tx and the beacon measured",default="7") + parser.add_argument('--beacon_dbm_diff', type=str,help="--beacon_dbm_diff is the delta that is allowed between the controller tx and the beacon measured",default="7") #current_time = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()) + "{:.3f}".format(time.time() - (math.floor(time.time())))[1:] #print(current_time)