Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zendorx committed Feb 9, 2017
1 parent c3b8e5b commit fe4ee9b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smcore.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def update(self):
def get_pid(line, regex_pid):
result = regex_pid.findall(line)
if len(result):
print result[0]
return result[0].lower().strip()
return None

Expand Down

0 comments on commit fe4ee9b

Please sign in to comment.