fix
This commit is contained in:
parent
0a1bd6ab8d
commit
e58d0baec3
|
@ -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()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue