This commit is contained in:
Nils Schneider 2013-03-12 20:54:14 +01:00
parent 0a1bd6ab8d
commit e58d0baec3

View file

@ -8,8 +8,7 @@ class D3MapBuilder:
def build(self): def build(self):
output = dict() output = dict()
now = datetime.datetime.utcnow() now = datetime.datetime.utcnow().replace(microsecond=0)
now.microsecond = 0
nodes = self._db.get_nodes() nodes = self._db.get_nodes()