Files
TJWaterServerBinary/scripts/get_current_total_Q.py

7 lines
159 B
Python

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