django - getting extra 0 using getstatusoutput command python -


live_calls = commands.getstatusoutput('/usr/local/freeswitch/bin/fs_cli -x "show calls")  current_live_agent = commands.getstatus('/usr/local/freeswitch/bin/fs_cli -x "show bridged_calls"  |tail -2 | grep -o "[0-9]*"')    print(current_live_agent) 

i using above commands getting out (0 '0') want first 0 only. can me. in advance


Comments

Popular posts from this blog

What is happening when Matlab is starting a "parallel pool"? -

angular - DownloadURL return null in below code -

php - Cannot override Laravel Spark authentication with own implementation -