TabError in monitor()
Closed this issue · 1 comments
thecodingchicken commented
File "bandwidth.py", line 15
output=proc.communicate()
^
TabError: inconsistent use of tabs and spaces in indentation
When this function is run, it creates a TabError.
Entering it line by line in IDLE works, but the indentation doesn't work in this case.
adityashrm21 commented
I have corrected the issue. Check and let me know if it works for you.