~isantop/system76-driver/switchboard-plug

« back to all changes in this revision

Viewing changes to system76driver/daemon.py

  • Committer: Jason Gerard DeRose
  • Date: 2014-05-02 22:07:06 UTC
  • Revision ID: jason@system76.com-20140502220706-rlbw6rt2j0rcfc3m
Up Airplane Mode poll interval to 500ms (from 375ms)

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        self.restore = {}
192
192
 
193
193
    def run(self):
194
 
        self.timeout_id = GLib.timeout_add(375, self.on_timeout)
 
194
        self.timeout_id = GLib.timeout_add(500, self.on_timeout)
195
195
 
196
196
    def on_timeout(self):
197
197
        try: