Files
TJWaterServerBinary/scripts/get_current_total_Q.py

6 lines
122 B
Python

from get_realValue import *
def get_current_total_Q():
ids=['3489']
total_q=get_realValue(ids)
return total_q