#!/usr/bin/env python

import logging

from sensor import altlog
from sensor import functions

functions.update()
Example #2
0
 def update(self):
     """ Update the sensor scripts """
     logging.debugv("menu/manage.py->update(self)", [])
     self.d.infobox("Syncing sensor with SURFids server...")
     functions.update()
     self.d.msgbox("Sensor succesfully synced")
Example #3
0
 def update(self):
     """ Update the sensor scripts """
     logging.debugv("menu/manage.py->update(self)", [])
     self.d.infobox("Syncing sensor with SURFids server...")
     functions.update()
     self.d.msgbox("Sensor succesfully synced")