rhoskal / crispy-fortnight

Custom Python 2.7 RAT
MIT License
11 stars 9 forks source link

uptime #1

Closed rhoskal closed 8 years ago

rhoskal commented 8 years ago

Mac OSX (Darwin) enum_os() uptime is not working correctly. It keeps coming up as '0'.

rhoskal commented 8 years ago

issue resolved. using subprocess.check_output() instead of subprocess.call()