added four 0 readings for current and voltage for missing bus

pull/57/head
alanbjohnston 5 years ago committed by GitHub
parent 294e708268
commit 327b21fee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,6 +61,6 @@ if __name__ == "__main__":
except: except:
print("{:6.3f} ".format(0), "{:6.3f} ".format(0), end = '') print("{:6.3f} ".format(0), "{:6.3f} ".format(0), end = '')
except: except:
print("{:6.3f} ".format(0), "{:6.3f} ".format(0), end = '') print("{:6.3f} ".format(0), "{:6.3f} ".format(0), "{:6.3f} ".format(0), "{:6.3f} ".format(0), "{:6.3f} ".format(0), "{:6.3f} ".format(0), "{:6.3f} ".format(0), "{:6.3f} ".format(0), end = '')
# pass # pass
print(" ") print(" ")

Loading…
Cancel
Save

Powered by TurnKey Linux.