]> git.parisson.com Git - telecaster-client.git/commitdiff
minor fix status
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 30 Jan 2014 10:22:53 +0000 (11:22 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 30 Jan 2014 10:22:53 +0000 (11:22 +0100)
telecaster/models.py
telecaster/views.py

index ce5bb32db2cfc7ea628e0ce501f4f491fe98f702..eb1a801b66feae523ebfd2222932449c5aa30914 100644 (file)
@@ -265,3 +265,4 @@ class Station(Model):
         self.deefuzzer_stop()
         self.save()
 
+
index c3ed741d0526eb2d828546cb277d1c27ff44d1b4..f392107bb08f9bb26a84f5fea6ab98ef290bf8ae 100644 (file)
@@ -43,9 +43,6 @@ def get_host(request):
     return host
 
 
-status = Status()
-
-
 class Status(object):
 
     interfaces = ['eth0', 'eth1', 'eth2', 'eth0-eth2', 'eth3', 'eth4', 'eth5',
@@ -151,3 +148,5 @@ class StatusView(object):
     def stop(request):
         pass
 
+status = Status()
+