sendSchedule: fix doImport -> doCSVImport

This commit is contained in:
Adam Goldsmith 2018-06-03 14:27:13 -04:00
parent e93bccb78e
commit 167e254d15

View File

@ -25,4 +25,4 @@ doXMLRequest(TARGET_IP, ET.tostring(delXML))
# load new schedules
with open("schedules.xml", "rb") as f:
doRequest(f.read())
doXMLRequest(TARGET_IP, f.read())