Merge pull request #35 from peterus/db_fix

add a missing space to a db call
This commit is contained in:
Per Qvarforth 2023-01-15 21:36:31 +01:00 committed by GitHub
commit dbd10cf1e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -432,7 +432,6 @@ class PacketRepository(Repository):
else:
return self.create()
def getMostRecentConfirmedObjectListByStationIdList(self, stationIdList, minTimestamp):
"""Returns an array of the most recent confirmed Packet's specified by station id's