You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.
db = pymysql.connect(host="67.205.179.187", port=3306, user=config.username, password=config.password, db="csci374")
cur = db.cursor()
cur.execute("SELECT value, recorded, meter_id FROM `meter_data` WHERE meter_id = 266 OR meter_id = 300 ORDER BY `recorded` ASC") # Barrows electricity use and total campus steam flow