Add power button images
[invirt/packages/invirt-web.git] / code / main.py
index 9d39df6..d67faa8 100755 (executable)
@@ -663,6 +663,8 @@ class App:
         self.state = State(self.username)
         self.state.environ = environ
 
+        random.seed() #sigh
+
     def __iter__(self):
         start_time = time.time()
         sipb_xen_database.clear_cache()