Merge pull request #35 from peterus/db_fix
add a missing space to a db call
This commit is contained in:
commit
dbd10cf1e1
|
|
@ -432,7 +432,6 @@ class PacketRepository(Repository):
|
||||||
else:
|
else:
|
||||||
return self.create()
|
return self.create()
|
||||||
|
|
||||||
|
|
||||||
def getMostRecentConfirmedObjectListByStationIdList(self, stationIdList, minTimestamp):
|
def getMostRecentConfirmedObjectListByStationIdList(self, stationIdList, minTimestamp):
|
||||||
"""Returns an array of the most recent confirmed Packet's specified by station id's
|
"""Returns an array of the most recent confirmed Packet's specified by station id's
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue