diff --git a/info_node/models/storage.py b/info_node/models/storage.py index 529c763ecad03a632bf4e526343437040875bf0b..ae2ae216cdd1c87763b89adf6c3afd922a5363b7 100644 --- a/info_node/models/storage.py +++ b/info_node/models/storage.py @@ -18,7 +18,7 @@ class Storage(object): def __init__(self): self.data = self.data.set_index("gid") - self.data = self.data.drop(0, axis=0) + self.data = self.data.drop(1, axis=0) def UpdateSimulationtime(self): if len(self.time_per_node) == len(self.nodes) and len(self.time_per_node) > 0: